HardwareFlags

Flags indicating whether features are present

Syntax: see Call Structure

{

"method": "cbrx_connection_get",

"params": [

connection-handle,

"HardwareFlags"

]

}

connection-handle is the Connection Handles as an integer.

Returns:

{

"result": "flag"

}

Flag Description
S Sync feature set
L 5V feature set
E 12V feature set
T Temperature feature set
P PD feature set
Example
Copy
{
    "jsonrpc": "2.0",
    "id": 0,
    "result": "SLET"
}