Port.N.VID

Vendor ID of the USB device attached to this USB port.

Syntax: see Call Structure

{

"method": "cbrx_connection_get",

"params": [

connection-handle,

"Port.N.VID"

]

}

connection-handle is the Connection Handles as an integer.

Returns:

{

"result": Vendor-ID

}

Vendor-ID is the vendor ID, VID. Displayed as an Integer. 0 (zero) is returned if it could not be detected.

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