![]() |
AJA NTV2 SDK
18.0.0.2717
NTV2 SDK 18.0.0.2717
|
#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) |
| bool | RPCDecodeClient (const NTV2_RPC_BLOB_TYPE &inBlob, size_t &inOutIndex) |
| bool | RPCEncodeClient (NTV2_RPC_BLOB_TYPE &inBlob) |
| bool | RPCDecodeServer (const NTV2_RPC_BLOB_TYPE &inBlob, size_t &inOutIndex) |
| bool | RPCEncodeServer (NTV2_RPC_BLOB_TYPE &inBlob) |
Public Attributes | |
| AutoCircTaskType | taskType |
| union { | |
| AutoCircRegisterTask registerTask | |
| AutoCircTimeCodeTask timeCodeTask | |
| } | u |
Definition at line 4905 of file ntv2publicinterface.h.
|
inlineexplicit |
Definition at line 4916 of file ntv2publicinterface.h.
| bool AutoCircGenericTask::RPCDecode | ( | const NTV2_RPC_BLOB_TYPE & | inBlob, |
| size_t & | inOutIndex | ||
| ) |
| bool AutoCircGenericTask::RPCDecodeClient | ( | const NTV2_RPC_BLOB_TYPE & | inBlob, |
| size_t & | inOutIndex | ||
| ) |
| bool AutoCircGenericTask::RPCDecodeServer | ( | const NTV2_RPC_BLOB_TYPE & | inBlob, |
| size_t & | inOutIndex | ||
| ) |
| bool AutoCircGenericTask::RPCEncode | ( | NTV2_RPC_BLOB_TYPE & | outBlob | ) |
| bool AutoCircGenericTask::RPCEncodeClient | ( | NTV2_RPC_BLOB_TYPE & | inBlob | ) |
| bool AutoCircGenericTask::RPCEncodeServer | ( | NTV2_RPC_BLOB_TYPE & | inBlob | ) |
| AutoCircRegisterTask AutoCircGenericTask::registerTask |
Definition at line 4910 of file ntv2publicinterface.h.
| AutoCircTaskType AutoCircGenericTask::taskType |
Definition at line 4907 of file ntv2publicinterface.h.
| AutoCircTimeCodeTask AutoCircGenericTask::timeCodeTask |
Definition at line 4911 of file ntv2publicinterface.h.
| union { ... } AutoCircGenericTask::u |