Struct OutputAsyncCallbackParam

Struct Documentation

struct OutputAsyncCallbackParam

A structure representing parameters of callback function of Async Output mode.

Public Functions

OutputAsyncCallbackParam() = delete
OutputAsyncCallbackParam(OutputAsyncCallbackParam &&other) noexcept

Public Members

DataIndexReference<size_t> dataIndex = {*this}
ExecuteStatusReference<bool> executeStatus = {*this}
ErrorMsgReference<std::string> errorMsg = {*this}
CallbackIDReference<size_t> callbackID = {*this}