CanDragonDevice.ReadBusload
Prototype
ushort[] ReadBusload(uint channelNumber = 0);
Description
Reads bus load (current, max, average) for a port.
Parameters
| Parameter | Direction | Type | Description |
|---|---|---|---|
channelNumber | in | — | Zero-based port index. |
Return value
Three ushort values.
Example
// See Quick Start and Program Flow for a full session example.
// CanDragonDevice.ReadBusload(...);