Port.N.Description
Description 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.Description" ] } |
connection-handle is the Connection Handles as an integer.
Returns:
{ "result": "Description" } |
Description is the name of the hardware.
Example
Copy
{
"jsonrpc": "2.0",
"id": 0,
"result": "SuperPhone6"
}