|
Payout
A thin wrapper around the SSP protocol from ITL
|
Structure which describes an actual command which we received in one of our request topics. More...

Data Fields | |
| json_t * | jsonMessage |
| The complete received message parsed as JSON. | |
| char * | command |
| The command from the message. | |
| char * | correlId |
| The correlId to use in the response (this is the msgId from the message which contained the command) | |
| char * | msgId |
| The msgId for the response. | |
| char * | responseTopic |
| The topic to which the response should be published. | |
| struct m_device * | device |
| The device to which the command should be issued. | |
Structure which describes an actual command which we received in one of our request topics.
1.8.11