Host Protocols Direct Protocol CONTROL class IOs and UI GET MODE
April 13, 2023 at 2:39 AMGET_MODE
Role
Read the current level of the device’s MODE input pins.
Remark
Not all devices have MODE input pins. In this case, the response is empty.
Access condition
Free.
Command
Field | Value |
---|---|
CLA | 58 (CONTROL) |
INS | 14 |
Response
Bytes | Content |
---|---|
0-N | Current level of all MODE input pins (one byte per input pin, empty if none) |
Values
Every byte takes one of the following values:
Value | Explanation |
---|---|
00 |
Input level is LOW |
01 |
Input level is HIGH |
Not any other value can be provided in the response.