|
GoPxL SDK
|
Typedefs | |
| using | Byte = kByte |
| using | ByteArray = std::vector< Byte > |
| using | GoCtrlChannelReadErrorHandler = std::function< void(ReadErrorType readErrorType, const std::exception &e)> |
| Function to receive read thread errors. More... | |
| using | GoCtrlChannelResponseHandler = std::function< void(const std::shared_ptr< GoResponse > response)> |
| Function to receive responses from the server asynchronously. More... | |
| using | GoCtrlChannelWriteErrorHandler = std::function< void(k64u id, const std::exception &e)> |
| Function to receive write thread errors. More... | |
| using | GoNotificationHandler = std::function< void(const std::shared_ptr< GoNotificationResponse > &)> |
| Notification handler used in GoRestClient::Sub. More... | |
| using | GoStreamHandler = std::function< void(const std::shared_ptr< GoStreamResponse > &)> |
| Data handler used in GoRestClient::StartStream. More... | |
| using | ResourcePath = std::string |
| using | SerialNum = std::string |
Functions | |
| const kChar * | ApiVersion () |
| Returns the SDK REST API version as string. More... | |
| const kChar * | BuildVersion () |
| Returns the SDK build version as a string. More... | |
| kVersion | BuildVersionNumber () |
| Returns the SDK build version as a 32-bit number in the format: MMmmRRBB where: MM = major number mm = minor number RR = release number BB = build number. More... | |