GoPxL SDK
GoRestClient.h File Reference

Description

Declares the GoPxLSdk.GoRestClient class.

Go to the source code of this file.

Typedefs

using GoPxLSdk::GoNotificationHandler = std::function< void(const std::shared_ptr< GoNotificationResponse > &)>
 Notification handler used in GoRestClient::Sub. More...
 
using GoPxLSdk::GoStreamHandler = std::function< void(const std::shared_ptr< GoStreamResponse > &)>
 Data handler used in GoRestClient::StartStream. More...