GoPxL SDK
virtual void SendRequest ( const GoRequest request)
pure virtual

Sends a request according to the implemented carrier protocol.

Should store the raw, complete request json on the GoRequest object in case this object is cached and possible reviewed for debugging purposes.

Version
Introduced in 0.2.1.53
Exceptions
GoChannelErrorIf not connected.
Parameters
requestThe GoRequest sent to the implemeted carrier protocol.

Implemented in GoPxLSdk::GoCtrlChannelV1.