Port.N.PID

Product ID of the USB device attached to this USB port, if it could be detected.

Syntax: see Call Structure

{

"method": "cbrx_connection_get",

"params": [

connection-handle,

"Port.N.PID"

]

}

connection-handle is the Connection Handles as an integer.

Returns:

{

"result":product-id

}

product-id is the product ID number or PID. Displayed as an Integer. 0 (zero) is returned if it could not be detected.

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