@Namespace(value="dai::node") @NoOffset @Properties(inherit=depthai.class) public class SPIOut extends Node
Node.Connection, Node.DatatypeHierarchy, Node.Input, Node.OutputPointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
SPIOut(PipelineImpl par,
long nodeId) |
SPIOut(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
BytePointer |
getName()
Retrieves nodes name
|
Node.Input |
input()
Input for any type of messages to be transfered over SPI stream
Default queue is blocking with size 8
|
void |
setBusId(int id)
Specifies SPI Bus number to use
|
void |
setStreamName(BytePointer name)
Specifies stream name over which the node will send data
|
void |
setStreamName(String name) |
assetManager, clone, getAssets, getInputRefs, getInputs, getOutputRefs, getOutputs, getParentPipeline, getProperties, getRequiredOpenVINOVersion, id, inputs, outputsaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic SPIOut(Pointer p)
Pointer(Pointer).public SPIOut(@SharedPtr PipelineImpl par, @Cast(value="int64_t") long nodeId)
@StdString public BytePointer getName()
Node@MemberGetter @ByRef public Node.Input input()
public void setStreamName(@StdString BytePointer name)
name - Stream namepublic void setStreamName(@StdString String name)
public void setBusId(int id)
id - SPI Bus idCopyright © 2021. All rights reserved.