These are the less commonly used messages.
This message type is designed to not be route-able beyond the communication channel bridging two components.
{
Integer msg_type = 2
Integer status
}
Name | Description |
---|---|
msg_type | The message type for the authorization status message. (SHALL be 2.) |
status | The status of the device to which the message is sent. |
This message is used by services running on a CPE that wish to register for messages from the XMiDT cluster. This message is not able to be routed beyond the immediate connection it is flowing across.
{
Integer msg_type = 9
String service_name
String url
}
Name | Description |
---|---|
msg_type | The message type for the on-device service registration |
service_name | The originating point of the request or response |
url | The url to use when connecting to the nanomsg pipeline |
This message is used by on device services to indicate that a service and pipe are still alive. This message is not able to be routed beyond the immediate connection it is flowing across.
{
Integer msg_type = 10
}
Name | Description |
---|---|
msg_type | The message type for the on-device service alive update |
This message is used to represent a message that was lost, missing or otherwise unable to be presented but that there was an event. Generally this message would be returned with a list of other WRP messages to show partial data loss versus omitting the message existence.
{
Integer msg_type = 11
}
Name | Description |
---|---|
msg_type | The message type for the non-route-able unknown message |
The following messages have been deprecated and SHALL NOT be used.
This documentation is open-source. Please help improve it by filing issues or pull requests.