GoPxL SDK
GoCtrlChannel.h File Reference

Go to the source code of this file.

Typedefs

using GoPxLSdk::GoCtrlChannelErrorHandler = std::function< void(GoCtrlChannelErrorType type, k64u id, const std::exception &e)>
 Function to receive read / write thread errors. More...
 
using GoPxLSdk::GoCtrlChannelResponseHandler = std::function< void(const std::shared_ptr< GoResponse > response)>
 Function to receive responses from the server asynchronously. More...
 

Enums

enum  GoPxLSdk::GoCtrlChannelErrorType : uint8_t { GoPxLSdk::GoCtrlChannelErrorType::Read, GoPxLSdk::GoCtrlChannelErrorType::Write }