![]() |
AJA NTV2 SDK
17.0.1.1246
NTV2 SDK 17.0.1.1246
|
#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 4695 of file ntv2publicinterface.h.
|
inlineexplicit |
Definition at line 4706 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 4700 of file ntv2publicinterface.h.
| AutoCircTaskType AutoCircGenericTask::taskType |
Definition at line 4697 of file ntv2publicinterface.h.
| AutoCircTimeCodeTask AutoCircGenericTask::timeCodeTask |
Definition at line 4701 of file ntv2publicinterface.h.
| union { ... } AutoCircGenericTask::u |