Port.N.Current_mA
Current being delivered to the USB device connected to this USB port in milli-Amperes (mA).
Syntax: see Call Structure
{ "method": "cbrx_connection_get", "params": [ connection-handle, "Port.N.Current_mA" ] } |
connection-handle is the Connection Handles as an integer.
Returns:
{ "result": Current_mA } |
Current_mA is the current being delivered to the device, in mA (milliamperes)
Example
Copy
{
"jsonrpc": "2.0",
"id": 0,
"result": 0
}