nrOfPorts

Number of USB ports on the hub.

Syntax: see Call Structure

{

"method": "cbrx_connection_get",

"params": [

connection-handle,

"nrOfPorts"

]

}

connection-handle is the Connection Handles as an integer.

Returns:

{

"result":portsnumber

}

portsnumber is an integer of the amount of ports available

Example
Copy
{
    "jsonrpc": "2.0",
    "id": 0,
    "result": 8
}

Note

  • On the PDSync-C4 you will have an additional port 0, which is the information on the host port.