Updated on 2022-02-24 GMT+08:00

IEs in EN_IOTA_DATATRANS_IE_TYPE Messages

Enumerated Item

Value

Type

Description

EN_IOTA_DATATRANS_IE_RESULT

0

unsigned int

Specifies the command execution result. The value is 0 or 1.

  • 0: indicates that the command execution is successful.
  • 1: indicates that the command execution fails.

EN_IOTA_DATATRANS_IE_DEVICEID

1

String

Identifies a device.

EN_IOTA_DATATRANS_IE_REQUESTID

2

String

Identifies a request.

EN_IOTA_DATATRANS_IE_SERVICEID

3

String

Identifies a service.

EN_IOTA_DATATRANS_IE_METHOD

4

String

Specifies the service method.

EN_IOTA_DATATRANS_IE_CMDCONTENT

5

String

Specifies the command content. Developers need to parse service command parameters that are assembled in JSON format according to the command definition to obtain parameter values.