|
GoPxL SDK
|
Represents streamed data.

Public Types | |
| using | StreamId = k32u |
Public Member Functions | |
| GoStreamResponse ()=default | |
| Constructs GoStreamResponse. More... | |
| GoStreamResponse (const GoJson &fullmsg) | |
| Constructs GoStreamResponse. More... | |
| GoStreamResponse::StreamId | StreamIdentifier () const |
| Gets the identifier of the data stream. More... | |
| const std::string | StreamStatus () const |
| Gets the stream's current status. More... | |
| ~GoStreamResponse ()=default | |
Public Member Functions inherited from GoPxLSdk::GoResponse | |
| GoResponse ()=default | |
| Constructs GoResponse. More... | |
| GoResponse (GoResponseType type, const GoJson &fullmsg) | |
| Constructs GoResponse. More... | |
| virtual const std::string & | Path () const |
| Gets the path of the resource that is associated with the message. More... | |
| virtual const GoJson & | Payload () const |
| Gets the response payload field content of the message. More... | |
| virtual const GoJson & | Raw () const |
| Gets the full JSON message, including fields such as type, payload and status. More... | |
| virtual kStatus | Status () const |
| Gets the status of the response message. More... | |
| virtual GoResponseType | Type () const |
| Gets the type of the response message. More... | |
| virtual | ~GoResponse ()=default |
Friends | |
| class | ::GoStreamResponseTests |