Command element
Defines a complete command.
Parent
Attributes
Name | Type | Required | Description |
---|---|---|---|
id | TypeNonLeadingZeroUnsignedInt | Yes | Specifies the command ID. |
ascii | TypeTrueOrSemicolonSeparatedNumbers | Allows to specify that parameters should be sent as ASCII even if the protocol is in Unicode. |
Children
Name | Occurrences | Description |
---|---|---|
All | ||
Content | Specifies the consecutive parameters that together form the command to be sent to the device. | |
Description | [0, 1] | Specifies the command description. |
Name | [0, 1] | Specifies the command name. |
WebSocketMessageType | [0, 1] | Specifies the format in which the message should be sent. |
Remarks
DataMiner sends a command to a data source:
- to request information, or
- to change a setting.
In both cases, DataMiner will expect a response from the data source. If it requests information, it will expect a response that contains that information, and if it changes a setting, it will expect a confirmation (although, in some cases, none is returned).