Package | Description |
---|---|
org.bytedeco.spinnaker.global | |
org.bytedeco.spinnaker.Spinnaker_C |
Modifier and Type | Method and Description |
---|---|
static Spinnaker_C.spinError |
Spinnaker_C.spinDeviceEventGetId(spinDeviceEventData hDeviceEventData,
long[] pEventId) |
static int |
Spinnaker_C.spinDeviceEventGetId(spinDeviceEventData hDeviceEventData,
LongBuffer pEventId) |
static Spinnaker_C.spinError |
Spinnaker_C.spinDeviceEventGetId(spinDeviceEventData hDeviceEventData,
LongPointer pEventId)
Retrieves the event ID of a device event
|
static Spinnaker_C.spinError |
Spinnaker_C.spinDeviceEventGetName(spinDeviceEventData hDeviceEventData,
byte[] pBuf,
SizeTPointer pBufLen) |
static int |
Spinnaker_C.spinDeviceEventGetName(spinDeviceEventData hDeviceEventData,
ByteBuffer pBuf,
SizeTPointer pBufLen) |
static Spinnaker_C.spinError |
Spinnaker_C.spinDeviceEventGetName(spinDeviceEventData hDeviceEventData,
BytePointer pBuf,
SizeTPointer pBufLen)
Retrieves the event name of a device event
|
static Spinnaker_C.spinError |
Spinnaker_C.spinDeviceEventGetPayloadData(spinDeviceEventData hDeviceEventData,
byte[] pBuf,
SizeTPointer pBufSize) |
static int |
Spinnaker_C.spinDeviceEventGetPayloadData(spinDeviceEventData hDeviceEventData,
ByteBuffer pBuf,
SizeTPointer pBufSize) |
static Spinnaker_C.spinError |
Spinnaker_C.spinDeviceEventGetPayloadData(spinDeviceEventData hDeviceEventData,
BytePointer pBuf,
SizeTPointer pBufSize)
Retrieves the payload data of a device event
|
static Spinnaker_C.spinError |
Spinnaker_C.spinDeviceEventGetPayloadDataSize(spinDeviceEventData hDeviceEventData,
SizeTPointer pBufSize)
Retrieves the payload data size of a device event
|
Modifier and Type | Method and Description |
---|---|
void |
spinDeviceEventFunction.call(spinDeviceEventData hEventData,
BytePointer pEventName,
Pointer pUserData) |
Copyright © 2024. All rights reserved.