@Namespace(value="dai::node") @NoOffset @Properties(inherit=depthai.class) public class SPIOut extends SPIOutPropertiesNode
Node.Connection, Node.DatatypeHierarchy, Node.Input, Node.InputMap, Node.Output, Node.OutputMapPointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
SPIOut(PipelineImpl par,
long nodeId) |
SPIOut(PipelineImpl par,
long nodeId,
SPIOutProperties props) |
SPIOut(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Node.Input |
input()
Input for any type of messages to be transferred over SPI stream
Default queue is blocking with size 8
|
static BytePointer |
NAME() |
void |
setBusId(int busId)
Specifies SPI Bus number to use
|
void |
setStreamName(ByteBuffer name) |
void |
setStreamName(BytePointer name)
Specifies stream name over which the node will send data
|
void |
setStreamName(String name) |
clone, getName, properties, propertiesassetManager, getAssetManager, getInputRefs, getInputs, getOutputRefs, getOutputs, getParentPipeline, getProperties, getRequiredOpenVINOVersion, id, inputMapRefs, inputRefs, outputMapRefs, outputRefs, propertiesHolder, setInputMapRefs, setInputRefs, setOutputMapRefs, setOutputRefsaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, 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, @UniquePtr SPIOutProperties props)
public SPIOut(@SharedPtr PipelineImpl par, @Cast(value="int64_t") long nodeId)
@MemberGetter @Cast(value="const char*") public static BytePointer NAME()
@MemberGetter @ByRef public Node.Input input()
public void setStreamName(@StdString BytePointer name)
name - Stream namepublic void setStreamName(@StdString ByteBuffer name)
public void setStreamName(@StdString String name)
public void setBusId(int busId)
id - SPI Bus idCopyright © 2023. All rights reserved.