Manual Command Exchange

Flexible device context offers a Send Command function to send raw commands to the device and get its replies. This function is used to read device metadata, conduct device authentication, etc.

Function Name:

sendCommand

Permissions:

Accessible at Observer permission level

Input Records:

1

Input Format:

Name

Type

Description

command

String

Raw command data to be sent to the device. Will be converted to a byte array using UTF-8 encoding.

id

String

Unique ID of the command. Used to find device's reply to this specific command. IDs of incoming commands are evaluated via Reply ID Expression.

Output Records:

1

Output Format:

Name

Type

Description

command

String

Raw device reply string converted from a byte array using UTF-8 encoding.

Was this page helpful?