Port.N.Manufacturer

Manufacturer as reported by the USB device attached to this USB port, if it could be detected. Empty string is returned if it could not be detected.

Syntax: see Call Structure

{

"method": "cbrx_connection_get",

"params": [

connection-handle,

"Port.N.Manufacturer"

]

}

connection-handle is the Connection Handles as an integer.

Returns:

{

"result": "device-manufacturer"

}

device-manufacturer is the name of the device manufacturer

Example
Copy
{
    "jsonrpc": "2.0",
    "id": 0,
    "result": "SuperPhone Makers Inc."
}