FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Constant summary | |
---|---|
string | CHANNEL := "cumulocity.generic.response" The channel to which Generic responses are sent from the transport.
|
string | SUBSCRIBE_CHANNEL := "cumulocity.generic.response" The channel to which Generic responses are sent from the transport. |
Member summary | |
---|---|
integer | reqId Request identifier from the original GenericRequest. |
any | body The response body, typically a dictionary or sequence.
|
Action summary | |
---|---|
any |
getBody() Return the response body as returned by the response. Typically a dictionary or sequence. |
Constant detail |
---|
string CHANNEL := "cumulocity.generic.response"
string SUBSCRIBE_CHANNEL := "cumulocity.generic.response"The channel to which Generic responses are sent from the transport.
Member detail |
---|
any body
integer reqIdRequest identifier from the original GenericRequest.
Action detail |
---|
any getBody()Return the response body as returned by the response. Typically a dictionary or sequence.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |