Package | Description |
---|---|
org.bytedeco.spinnaker.global | |
org.bytedeco.spinnaker.Spinnaker_C |
Modifier and Type | Method and Description |
---|---|
static Spinnaker_C.spinError |
Spinnaker_C.spinBooleanGetValue(spinNodeHandle hNode,
byte[] pbValue) |
static int |
Spinnaker_C.spinBooleanGetValue(spinNodeHandle hNode,
ByteBuffer pbValue) |
static Spinnaker_C.spinError |
Spinnaker_C.spinBooleanGetValue(spinNodeHandle hNode,
BytePointer pbValue)
Retrieves the value of a boolean node; boolean values are represented by 'True' (which equals '0') and 'False'
(which equals '1')
|
static Spinnaker_C.spinError |
Spinnaker_C.spinBooleanSetValue(spinNodeHandle hNode,
byte value)
Sets the value of a boolean node; boolean values are represented by 'True' (which equals '0') and 'False' (which
equals '1')
|
static Spinnaker_C.spinError |
Spinnaker_C.spinCategoryGetFeatureByIndex(spinNodeHandle hCategoryNode,
long index,
spinNodeHandle phFeature)
Retrieves a node from a category node using an index
|
static Spinnaker_C.spinError |
Spinnaker_C.spinCategoryGetNumFeatures(spinNodeHandle hCategoryNode,
SizeTPointer pValue)
Retrieves the number of a features (or child nodes) or a category node
|
static Spinnaker_C.spinError |
Spinnaker_C.spinCategoryReleaseNode(spinNodeHandle hCategoryNode,
spinNodeHandle hFeature)
Releases the feature node from the category node.
|
static Spinnaker_C.spinError |
Spinnaker_C.spinCommandExecute(spinNodeHandle hNode)
Executes the action associated to a command node
|
static Spinnaker_C.spinError |
Spinnaker_C.spinCommandIsDone(spinNodeHandle hNode,
byte[] pbValue) |
static int |
Spinnaker_C.spinCommandIsDone(spinNodeHandle hNode,
ByteBuffer pbValue) |
static Spinnaker_C.spinError |
Spinnaker_C.spinCommandIsDone(spinNodeHandle hNode,
BytePointer pbValue)
Retrieves whether or not the action of a command node has completed
|
static Spinnaker_C.spinError |
Spinnaker_C.spinEnumerationEntryGetEnumValue(spinNodeHandle hNode,
SizeTPointer pValue)
Retrieves the enum value (as an integer) of an entry node; note that enumeraiton entry int and enum values are
different - int values defined on camera, enum values found in SpinnakerDefsC.h
|
static Spinnaker_C.spinError |
Spinnaker_C.spinEnumerationEntryGetIntValue(spinNodeHandle hNode,
long[] pValue) |
static int |
Spinnaker_C.spinEnumerationEntryGetIntValue(spinNodeHandle hNode,
LongBuffer pValue) |
static Spinnaker_C.spinError |
Spinnaker_C.spinEnumerationEntryGetIntValue(spinNodeHandle hNode,
LongPointer pValue)
Retrieves the integer value of an entry node; note that enumeration entry int and enum values are different - int
values defined on camera, enum values found in SpinnakerDefsC.h
|
static Spinnaker_C.spinError |
Spinnaker_C.spinEnumerationEntryGetSymbolic(spinNodeHandle hNode,
byte[] pBuf,
SizeTPointer pBufLen) |
static int |
Spinnaker_C.spinEnumerationEntryGetSymbolic(spinNodeHandle hNode,
ByteBuffer pBuf,
SizeTPointer pBufLen) |
static Spinnaker_C.spinError |
Spinnaker_C.spinEnumerationEntryGetSymbolic(spinNodeHandle hNode,
BytePointer pBuf,
SizeTPointer pBufLen)
Retrieves the symbolic of an entry node as a c-string
|
static Spinnaker_C.spinError |
Spinnaker_C.spinEnumerationGetCurrentEntry(spinNodeHandle hEnumNode,
spinNodeHandle phEntry)
Retrieves the currently selected entry node from an enum node
|
static Spinnaker_C.spinError |
Spinnaker_C.spinEnumerationGetEntryByIndex(spinNodeHandle hEnumNode,
long index,
spinNodeHandle phEntry)
Retrieves an entry node from an enum node using an index
|
static Spinnaker_C.spinError |
Spinnaker_C.spinEnumerationGetEntryByName(spinNodeHandle hEnumNode,
BytePointer pName,
spinNodeHandle phEntry)
Retrieves an entry node from an enum node using the entry's symbolic
|
static int |
Spinnaker_C.spinEnumerationGetEntryByName(spinNodeHandle hEnumNode,
String pName,
spinNodeHandle phEntry) |
static Spinnaker_C.spinError |
Spinnaker_C.spinEnumerationGetNumEntries(spinNodeHandle hEnumNode,
SizeTPointer pValue)
Retrieves the number of entries of an enum node
|
static Spinnaker_C.spinError |
Spinnaker_C.spinEnumerationReleaseNode(spinNodeHandle hEnumNode,
spinNodeHandle hEntry)
Releases the entry node from the enum node handle.
|
static Spinnaker_C.spinError |
Spinnaker_C.spinEnumerationSetEnumValue(spinNodeHandle hEnumNode,
long value)
Sets a new entry using its enum; note that enumeration entry int and enum values are different - int values
defined on camera, enum values found in SpinnakerDefsC.h
|
static Spinnaker_C.spinError |
Spinnaker_C.spinEnumerationSetIntValue(spinNodeHandle hEnumNode,
long value)
Sets a new entry using its integer value retrieved from a call to spinEnumerationEntryGetIntValue(); note that
enumeration entry int and enum values are different - int values defined on camera, enum values found in
SpinnakerDefsC.h
|
static Spinnaker_C.spinError |
Spinnaker_C.spinFloatGetMax(spinNodeHandle hNode,
double[] pValue) |
static int |
Spinnaker_C.spinFloatGetMax(spinNodeHandle hNode,
DoubleBuffer pValue) |
static Spinnaker_C.spinError |
Spinnaker_C.spinFloatGetMax(spinNodeHandle hNode,
DoublePointer pValue)
Retrieves the maximum value of a float node; all potential values must be lesser than or equal to the maximum
|
static Spinnaker_C.spinError |
Spinnaker_C.spinFloatGetMin(spinNodeHandle hNode,
double[] pValue) |
static int |
Spinnaker_C.spinFloatGetMin(spinNodeHandle hNode,
DoubleBuffer pValue) |
static Spinnaker_C.spinError |
Spinnaker_C.spinFloatGetMin(spinNodeHandle hNode,
DoublePointer pValue)
Retrieves the minimum value of a float node; all potential values must be greater than or equal to the minimum
|
static Spinnaker_C.spinError |
Spinnaker_C.spinFloatGetRepresentation(spinNodeHandle hNode,
int[] pValue) |
static int |
Spinnaker_C.spinFloatGetRepresentation(spinNodeHandle hNode,
IntBuffer pValue) |
static Spinnaker_C.spinError |
Spinnaker_C.spinFloatGetRepresentation(spinNodeHandle hNode,
IntPointer pValue)
Retrieves the numerical representation of the value of a node; i.e.
|
static Spinnaker_C.spinError |
Spinnaker_C.spinFloatGetUnit(spinNodeHandle hNode,
byte[] pBuf,
SizeTPointer pBufLen) |
static int |
Spinnaker_C.spinFloatGetUnit(spinNodeHandle hNode,
ByteBuffer pBuf,
SizeTPointer pBufLen) |
static Spinnaker_C.spinError |
Spinnaker_C.spinFloatGetUnit(spinNodeHandle hNode,
BytePointer pBuf,
SizeTPointer pBufLen)
Retrieves the units of the float node value
|
static Spinnaker_C.spinError |
Spinnaker_C.spinFloatGetValue(spinNodeHandle hNode,
double[] pValue) |
static int |
Spinnaker_C.spinFloatGetValue(spinNodeHandle hNode,
DoubleBuffer pValue) |
static Spinnaker_C.spinError |
Spinnaker_C.spinFloatGetValue(spinNodeHandle hNode,
DoublePointer pValue)
Retrieves the value of a float node
|
static Spinnaker_C.spinError |
Spinnaker_C.spinFloatGetValueEx(spinNodeHandle hNode,
byte bVerify,
double[] pValue) |
static int |
Spinnaker_C.spinFloatGetValueEx(spinNodeHandle hNode,
byte bVerify,
DoubleBuffer pValue) |
static Spinnaker_C.spinError |
Spinnaker_C.spinFloatGetValueEx(spinNodeHandle hNode,
byte bVerify,
DoublePointer pValue)
Retrieves the value of a float node; manually set whether to verify the node
|
static Spinnaker_C.spinError |
Spinnaker_C.spinFloatSetValue(spinNodeHandle hNode,
double value)
Sets the value of a float node
|
static Spinnaker_C.spinError |
Spinnaker_C.spinFloatSetValueEx(spinNodeHandle hNode,
byte bVerify,
double value)
Sets the value of a float node; manually set whether to verify the node
|
static Spinnaker_C.spinError |
Spinnaker_C.spinIntegerGetInc(spinNodeHandle hNode,
long[] pValue) |
static int |
Spinnaker_C.spinIntegerGetInc(spinNodeHandle hNode,
LongBuffer pValue) |
static Spinnaker_C.spinError |
Spinnaker_C.spinIntegerGetInc(spinNodeHandle hNode,
LongPointer pValue)
Retrieves the increment of an integer node; all possible values must be divisible by the increment
|
static Spinnaker_C.spinError |
Spinnaker_C.spinIntegerGetMax(spinNodeHandle hNode,
long[] pValue) |
static int |
Spinnaker_C.spinIntegerGetMax(spinNodeHandle hNode,
LongBuffer pValue) |
static Spinnaker_C.spinError |
Spinnaker_C.spinIntegerGetMax(spinNodeHandle hNode,
LongPointer pValue)
Retrieves the maximum value of an integer node; all potential values must be lesser than or equal to the maximum
|
static Spinnaker_C.spinError |
Spinnaker_C.spinIntegerGetMin(spinNodeHandle hNode,
long[] pValue) |
static int |
Spinnaker_C.spinIntegerGetMin(spinNodeHandle hNode,
LongBuffer pValue) |
static Spinnaker_C.spinError |
Spinnaker_C.spinIntegerGetMin(spinNodeHandle hNode,
LongPointer pValue)
Retrieves the minimum value of an integer node; all potential values must be greater than or equal to the minimum
|
static Spinnaker_C.spinError |
Spinnaker_C.spinIntegerGetRepresentation(spinNodeHandle hNode,
int[] pValue) |
static int |
Spinnaker_C.spinIntegerGetRepresentation(spinNodeHandle hNode,
IntBuffer pValue) |
static Spinnaker_C.spinError |
Spinnaker_C.spinIntegerGetRepresentation(spinNodeHandle hNode,
IntPointer pValue)
Retrieves the numerical representation of the value of a node; i.e.
|
static Spinnaker_C.spinError |
Spinnaker_C.spinIntegerGetValue(spinNodeHandle hNode,
long[] pValue) |
static int |
Spinnaker_C.spinIntegerGetValue(spinNodeHandle hNode,
LongBuffer pValue) |
static Spinnaker_C.spinError |
Spinnaker_C.spinIntegerGetValue(spinNodeHandle hNode,
LongPointer pValue)
Retrieves the value of an integer node
|
static Spinnaker_C.spinError |
Spinnaker_C.spinIntegerGetValueEx(spinNodeHandle hNode,
byte bVerify,
long[] pValue) |
static int |
Spinnaker_C.spinIntegerGetValueEx(spinNodeHandle hNode,
byte bVerify,
LongBuffer pValue) |
static Spinnaker_C.spinError |
Spinnaker_C.spinIntegerGetValueEx(spinNodeHandle hNode,
byte bVerify,
LongPointer pValue)
Retrieves the value of an integer node; manually set whether to verify the node
|
static Spinnaker_C.spinError |
Spinnaker_C.spinIntegerSetValue(spinNodeHandle hNode,
long value)
Sets the value of an integer node
|
static Spinnaker_C.spinError |
Spinnaker_C.spinIntegerSetValueEx(spinNodeHandle hNode,
byte bVerify,
long value)
Sets the value of an integer node; manually set whether to verify the node
|
static Spinnaker_C.spinError |
Spinnaker_C.spinNodeDeregisterCallback(spinNodeHandle hNode,
spinNodeCallbackHandle hCb)
Unregisters a callback from a node
|
static Spinnaker_C.spinError |
Spinnaker_C.spinNodeFromString(spinNodeHandle hNode,
BytePointer pBuf)
Sets the value of any node type from a c-string; it is important to ensure that the value of the c-string is
appropriate to the node type
|
static int |
Spinnaker_C.spinNodeFromString(spinNodeHandle hNode,
String pBuf) |
static Spinnaker_C.spinError |
Spinnaker_C.spinNodeFromStringEx(spinNodeHandle hNode,
byte bVerify,
BytePointer pBuf)
Sets the value of any node type from a c-string; manually set whether to verify the node; ensure the value of the
c-string is appropriate to the node type
|
static int |
Spinnaker_C.spinNodeFromStringEx(spinNodeHandle hNode,
byte bVerify,
String pBuf) |
static Spinnaker_C.spinError |
Spinnaker_C.spinNodeGetAccessMode(spinNodeHandle hNode,
int[] pAccessMode) |
static int |
Spinnaker_C.spinNodeGetAccessMode(spinNodeHandle hNode,
IntBuffer pAccessMode) |
static Spinnaker_C.spinError |
Spinnaker_C.spinNodeGetAccessMode(spinNodeHandle hNode,
IntPointer pAccessMode)
Retrieves the access mode of a node (as an enum, spinAccessMode)
|
static Spinnaker_C.spinError |
Spinnaker_C.spinNodeGetCachingMode(spinNodeHandle hNode,
int[] pCachingMode) |
static int |
Spinnaker_C.spinNodeGetCachingMode(spinNodeHandle hNode,
IntBuffer pCachingMode) |
static Spinnaker_C.spinError |
Spinnaker_C.spinNodeGetCachingMode(spinNodeHandle hNode,
IntPointer pCachingMode)
Retrieves the caching mode of a node (as an enum, spinCachingMode)
|
static Spinnaker_C.spinError |
Spinnaker_C.spinNodeGetDescription(spinNodeHandle hNode,
byte[] pBuf,
SizeTPointer pBufLen) |
static int |
Spinnaker_C.spinNodeGetDescription(spinNodeHandle hNode,
ByteBuffer pBuf,
SizeTPointer pBufLen) |
static Spinnaker_C.spinError |
Spinnaker_C.spinNodeGetDescription(spinNodeHandle hNode,
BytePointer pBuf,
SizeTPointer pBufLen)
Retrieves a longer description of a node
|
static Spinnaker_C.spinError |
Spinnaker_C.spinNodeGetDisplayName(spinNodeHandle hNode,
byte[] pBuf,
SizeTPointer pBufLen) |
static int |
Spinnaker_C.spinNodeGetDisplayName(spinNodeHandle hNode,
ByteBuffer pBuf,
SizeTPointer pBufLen) |
static Spinnaker_C.spinError |
Spinnaker_C.spinNodeGetDisplayName(spinNodeHandle hNode,
BytePointer pBuf,
SizeTPointer pBufLen)
Retrieves the display name of a node (whitespace possible)
|
static int |
Spinnaker_C.spinNodeGetImposedAccessMode(spinNodeHandle hNode,
int imposedAccessMode) |
static Spinnaker_C.spinError |
Spinnaker_C.spinNodeGetImposedAccessMode(spinNodeHandle hNode,
Spinnaker_C.spinAccessMode imposedAccessMode)
Retrieves the imposed access mode of a node
|
static int |
Spinnaker_C.spinNodeGetImposedVisibility(spinNodeHandle hNode,
int imposedVisibility) |
static Spinnaker_C.spinError |
Spinnaker_C.spinNodeGetImposedVisibility(spinNodeHandle hNode,
Spinnaker_C.spinVisibility imposedVisibility)
Retrieves the imposed visibility of a node
|
static Spinnaker_C.spinError |
Spinnaker_C.spinNodeGetName(spinNodeHandle hNode,
byte[] pBuf,
SizeTPointer pBufLen) |
static int |
Spinnaker_C.spinNodeGetName(spinNodeHandle hNode,
ByteBuffer pBuf,
SizeTPointer pBufLen) |
static Spinnaker_C.spinError |
Spinnaker_C.spinNodeGetName(spinNodeHandle hNode,
BytePointer pBuf,
SizeTPointer pBufLen)
Retrieves the name of a node (no whitespace)
|
static Spinnaker_C.spinError |
Spinnaker_C.spinNodeGetNameSpace(spinNodeHandle hNode,
int[] pNamespace) |
static int |
Spinnaker_C.spinNodeGetNameSpace(spinNodeHandle hNode,
IntBuffer pNamespace) |
static Spinnaker_C.spinError |
Spinnaker_C.spinNodeGetNameSpace(spinNodeHandle hNode,
IntPointer pNamespace)
Retrieve the namespace of a node (as an enum, spinNameSpace)
|
static Spinnaker_C.spinError |
Spinnaker_C.spinNodeGetPollingTime(spinNodeHandle hNode,
long[] pPollingTime) |
static int |
Spinnaker_C.spinNodeGetPollingTime(spinNodeHandle hNode,
LongBuffer pPollingTime) |
static Spinnaker_C.spinError |
Spinnaker_C.spinNodeGetPollingTime(spinNodeHandle hNode,
LongPointer pPollingTime)
Retrieve the polling time of a node
|
static Spinnaker_C.spinError |
Spinnaker_C.spinNodeGetToolTip(spinNodeHandle hNode,
byte[] pBuf,
SizeTPointer pBufLen) |
static int |
Spinnaker_C.spinNodeGetToolTip(spinNodeHandle hNode,
ByteBuffer pBuf,
SizeTPointer pBufLen) |
static Spinnaker_C.spinError |
Spinnaker_C.spinNodeGetToolTip(spinNodeHandle hNode,
BytePointer pBuf,
SizeTPointer pBufLen)
Retrieves a short description of a node
|
static Spinnaker_C.spinError |
Spinnaker_C.spinNodeGetType(spinNodeHandle hNode,
int[] pType) |
static int |
Spinnaker_C.spinNodeGetType(spinNodeHandle hNode,
IntBuffer pType) |
static Spinnaker_C.spinError |
Spinnaker_C.spinNodeGetType(spinNodeHandle hNode,
IntPointer pType)
Retrieves the type of a node (as an enum, spinNodeType)
|
static Spinnaker_C.spinError |
Spinnaker_C.spinNodeGetVisibility(spinNodeHandle hNode,
int[] pVisibility) |
static int |
Spinnaker_C.spinNodeGetVisibility(spinNodeHandle hNode,
IntBuffer pVisibility) |
static Spinnaker_C.spinError |
Spinnaker_C.spinNodeGetVisibility(spinNodeHandle hNode,
IntPointer pVisibility)
Retrieves the recommended visibility of a node (as an enum, spinVisibility)
|
static Spinnaker_C.spinError |
Spinnaker_C.spinNodeInvalidateNode(spinNodeHandle hNode)
Invalidates a node in case its values may have changed, rendering it no longer valid
|
static Spinnaker_C.spinError |
Spinnaker_C.spinNodeIsAvailable(spinNodeHandle hNode,
byte[] pbResult) |
static int |
Spinnaker_C.spinNodeIsAvailable(spinNodeHandle hNode,
ByteBuffer pbResult) |
static Spinnaker_C.spinError |
Spinnaker_C.spinNodeIsAvailable(spinNodeHandle hNode,
BytePointer pbResult)
Checks whether a node is available
|
static Spinnaker_C.spinError |
Spinnaker_C.spinNodeIsEqual(spinNodeHandle hNodeFirst,
spinNodeHandle hNodeSecond,
byte[] pbResult) |
static int |
Spinnaker_C.spinNodeIsEqual(spinNodeHandle hNodeFirst,
spinNodeHandle hNodeSecond,
ByteBuffer pbResult) |
static Spinnaker_C.spinError |
Spinnaker_C.spinNodeIsEqual(spinNodeHandle hNodeFirst,
spinNodeHandle hNodeSecond,
BytePointer pbResult)
Checks whether two nodes are equal
|
static Spinnaker_C.spinError |
Spinnaker_C.spinNodeIsImplemented(spinNodeHandle hNode,
byte[] pbResult) |
static int |
Spinnaker_C.spinNodeIsImplemented(spinNodeHandle hNode,
ByteBuffer pbResult) |
static Spinnaker_C.spinError |
Spinnaker_C.spinNodeIsImplemented(spinNodeHandle hNode,
BytePointer pbResult)
Checks whether a node is implemented
|
static Spinnaker_C.spinError |
Spinnaker_C.spinNodeIsReadable(spinNodeHandle hNode,
byte[] pbResult) |
static int |
Spinnaker_C.spinNodeIsReadable(spinNodeHandle hNode,
ByteBuffer pbResult) |
static Spinnaker_C.spinError |
Spinnaker_C.spinNodeIsReadable(spinNodeHandle hNode,
BytePointer pbResult)
Checks whether a node is readable
|
static Spinnaker_C.spinError |
Spinnaker_C.spinNodeIsWritable(spinNodeHandle hNode,
byte[] pbResult) |
static int |
Spinnaker_C.spinNodeIsWritable(spinNodeHandle hNode,
ByteBuffer pbResult) |
static Spinnaker_C.spinError |
Spinnaker_C.spinNodeIsWritable(spinNodeHandle hNode,
BytePointer pbResult)
Checks whether a node is writable
|
static Spinnaker_C.spinError |
Spinnaker_C.spinNodeMapGetNode(spinNodeMapHandle hNodeMap,
BytePointer pName,
spinNodeHandle phNode)
Retrieves a node from the nodemap by name
|
static int |
Spinnaker_C.spinNodeMapGetNode(spinNodeMapHandle hNodeMap,
String pName,
spinNodeHandle phNode) |
static Spinnaker_C.spinError |
Spinnaker_C.spinNodeMapGetNodeByIndex(spinNodeMapHandle hNodeMap,
long index,
spinNodeHandle phNode)
Retrieves a node from the nodemap by index
|
static Spinnaker_C.spinError |
Spinnaker_C.spinNodeMapReleaseNode(spinNodeMapHandle hNodeMap,
spinNodeHandle hNode)
Releases the entry node handle.
|
static Spinnaker_C.spinError |
Spinnaker_C.spinNodeRegisterCallback(spinNodeHandle hNode,
spinNodeCallbackFunction pCbFunction,
spinNodeCallbackHandle phCb)
Registers a callback to a node
|
static Spinnaker_C.spinError |
Spinnaker_C.spinNodeToString(spinNodeHandle hNode,
byte[] pBuf,
SizeTPointer pBufLen) |
static int |
Spinnaker_C.spinNodeToString(spinNodeHandle hNode,
ByteBuffer pBuf,
SizeTPointer pBufLen) |
static Spinnaker_C.spinError |
Spinnaker_C.spinNodeToString(spinNodeHandle hNode,
BytePointer pBuf,
SizeTPointer pBufLen)
Retrieves the value of any node type as a c-string
|
static Spinnaker_C.spinError |
Spinnaker_C.spinNodeToStringEx(spinNodeHandle hNode,
byte bVerify,
byte[] pBuf,
SizeTPointer pBufLen) |
static int |
Spinnaker_C.spinNodeToStringEx(spinNodeHandle hNode,
byte bVerify,
ByteBuffer pBuf,
SizeTPointer pBufLen) |
static Spinnaker_C.spinError |
Spinnaker_C.spinNodeToStringEx(spinNodeHandle hNode,
byte bVerify,
BytePointer pBuf,
SizeTPointer pBufLen)
Retrieves the value of any node type as a c-string; manually set whether to verify the node
|
static Spinnaker_C.spinError |
Spinnaker_C.spinRegisterGet(spinNodeHandle hNode,
byte[] pBuf,
long length) |
static int |
Spinnaker_C.spinRegisterGet(spinNodeHandle hNode,
ByteBuffer pBuf,
long length) |
static Spinnaker_C.spinError |
Spinnaker_C.spinRegisterGet(spinNodeHandle hNode,
BytePointer pBuf,
long length)
Retrieves the value of a register node
|
static Spinnaker_C.spinError |
Spinnaker_C.spinRegisterGetAddress(spinNodeHandle hNode,
long[] pAddress) |
static int |
Spinnaker_C.spinRegisterGetAddress(spinNodeHandle hNode,
LongBuffer pAddress) |
static Spinnaker_C.spinError |
Spinnaker_C.spinRegisterGetAddress(spinNodeHandle hNode,
LongPointer pAddress)
Retrieves the address of a register node
|
static Spinnaker_C.spinError |
Spinnaker_C.spinRegisterGetEx(spinNodeHandle hNode,
byte bVerify,
byte bIgnoreCache,
byte[] pBuf,
long length) |
static int |
Spinnaker_C.spinRegisterGetEx(spinNodeHandle hNode,
byte bVerify,
byte bIgnoreCache,
ByteBuffer pBuf,
long length) |
static Spinnaker_C.spinError |
Spinnaker_C.spinRegisterGetEx(spinNodeHandle hNode,
byte bVerify,
byte bIgnoreCache,
BytePointer pBuf,
long length)
Retrieves the value of a register node; manually set whether to verify the node and whether to ignore the cache
|
static Spinnaker_C.spinError |
Spinnaker_C.spinRegisterGetLength(spinNodeHandle hNode,
long[] pLength) |
static int |
Spinnaker_C.spinRegisterGetLength(spinNodeHandle hNode,
LongBuffer pLength) |
static Spinnaker_C.spinError |
Spinnaker_C.spinRegisterGetLength(spinNodeHandle hNode,
LongPointer pLength)
Retrieves the length (in bytes) of the value of a register node
|
static Spinnaker_C.spinError |
Spinnaker_C.spinRegisterSet(spinNodeHandle hNode,
byte[] pBuf,
long length) |
static int |
Spinnaker_C.spinRegisterSet(spinNodeHandle hNode,
ByteBuffer pBuf,
long length) |
static Spinnaker_C.spinError |
Spinnaker_C.spinRegisterSet(spinNodeHandle hNode,
BytePointer pBuf,
long length)
Sets the value of a register node
|
static Spinnaker_C.spinError |
Spinnaker_C.spinRegisterSetReference(spinNodeHandle hNode,
spinNodeHandle hRef)
Uses a second node as a reference for a register node
|
static Spinnaker_C.spinError |
Spinnaker_C.spinStringGetMaxLength(spinNodeHandle hNode,
long[] pValue) |
static int |
Spinnaker_C.spinStringGetMaxLength(spinNodeHandle hNode,
LongBuffer pValue) |
static Spinnaker_C.spinError |
Spinnaker_C.spinStringGetMaxLength(spinNodeHandle hNode,
LongPointer pValue)
Retrieves the maximum length of the c-string to be returned
|
static Spinnaker_C.spinError |
Spinnaker_C.spinStringGetValue(spinNodeHandle hNode,
byte[] pBuf,
SizeTPointer pBufLen) |
static int |
Spinnaker_C.spinStringGetValue(spinNodeHandle hNode,
ByteBuffer pBuf,
SizeTPointer pBufLen) |
static Spinnaker_C.spinError |
Spinnaker_C.spinStringGetValue(spinNodeHandle hNode,
BytePointer pBuf,
SizeTPointer pBufLen)
Retrieves the value of a string node as a c-string
|
static Spinnaker_C.spinError |
Spinnaker_C.spinStringGetValueEx(spinNodeHandle hNode,
byte bVerify,
byte[] pBuf,
SizeTPointer pBufLen) |
static int |
Spinnaker_C.spinStringGetValueEx(spinNodeHandle hNode,
byte bVerify,
ByteBuffer pBuf,
SizeTPointer pBufLen) |
static Spinnaker_C.spinError |
Spinnaker_C.spinStringGetValueEx(spinNodeHandle hNode,
byte bVerify,
BytePointer pBuf,
SizeTPointer pBufLen)
Retrieves the value of a string node as a cstring; manually set whether to verify the node
|
static Spinnaker_C.spinError |
Spinnaker_C.spinStringSetValue(spinNodeHandle hNode,
BytePointer pBuf)
Sets the value of a string node
|
static int |
Spinnaker_C.spinStringSetValue(spinNodeHandle hNode,
String pBuf) |
static Spinnaker_C.spinError |
Spinnaker_C.spinStringSetValueEx(spinNodeHandle hNode,
byte bVerify,
BytePointer pBuf)
Sets the value of a string node; manually set whether to verify the node
|
static int |
Spinnaker_C.spinStringSetValueEx(spinNodeHandle hNode,
byte bVerify,
String pBuf) |
Copyright © 2024. All rights reserved.