![]() |
AJA NTV2 SDK
17.1.3.1410
NTV2 SDK 17.1.3.1410
|
#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 4726 of file ntv2publicinterface.h.
|
inlineexplicit |
Definition at line 4737 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 4731 of file ntv2publicinterface.h.
| AutoCircTaskType AutoCircGenericTask::taskType |
Definition at line 4728 of file ntv2publicinterface.h.
| AutoCircTimeCodeTask AutoCircGenericTask::timeCodeTask |
Definition at line 4732 of file ntv2publicinterface.h.
| union { ... } AutoCircGenericTask::u |