GoPxL SDK
void ReceiveDataAsync ( std::function< void(const GoDataSet &receivedDataSet)> &  func)

Async Receive data from gdp server.

Version
Introduced in 0.2.1.53.
Parameters
funcCallback function to get data.
Exceptions
Go::ExceptionIf failed to receive data asynchronously.