Port.N.USBStrings
A dictionary containing the values for “Manufacturer”, “Description” and “SerialNumber” for this USB port.
Syntax: see Call Structure
{ "method": "cbrx_connection_get", "params": [ connection-handle, "Port.N.USBStrings" ] } |
connection-handle is the Connection Handles as an integer.
Returns:
{ "SerialNumber": "usb-serial", "Description": "description", "Manufacturer": "device-manufacturer" } |
Output | Description |
---|---|
usb-serial | USB serial number |
description | Name of the hardware |
device-manufacturer | The name of the device manufacturer |
Example
Copy
{
"json": 2.0,
"id": 0,
"SerialNumber": "23213dfe12e2412",
"Description": "SuperPhone6",
"Manufacturer": "SuperPhone Makers Inc."
}