![]() |
AJA NTV2 SDK
17.6.0.1688
NTV2 SDK 17.6.0.1688
|
#include <ntv2publicinterface.h>
Public Member Functions | |
AutoCircGenericTask () | |
bool | RPCEncode (NTV2_RPC_BLOB_TYPE &outBlob) |
bool | RPCDecode (const NTV2_RPC_BLOB_TYPE &inBlob, size_t &inOutIndex) |
Public Attributes | |
AutoCircTaskType | taskType |
union { | |
AutoCircRegisterTask registerTask | |
AutoCircTimeCodeTask timeCodeTask | |
} | u |
Definition at line 4876 of file ntv2publicinterface.h.
|
inlineexplicit |
Definition at line 4887 of file ntv2publicinterface.h.
bool AutoCircGenericTask::RPCDecode | ( | const NTV2_RPC_BLOB_TYPE & | inBlob, |
size_t & | inOutIndex | ||
) |
bool AutoCircGenericTask::RPCEncode | ( | NTV2_RPC_BLOB_TYPE & | outBlob | ) |
AutoCircRegisterTask AutoCircGenericTask::registerTask |
Definition at line 4881 of file ntv2publicinterface.h.
AutoCircTaskType AutoCircGenericTask::taskType |
Definition at line 4878 of file ntv2publicinterface.h.
AutoCircTimeCodeTask AutoCircGenericTask::timeCodeTask |
Definition at line 4882 of file ntv2publicinterface.h.
union { ... } AutoCircGenericTask::u |