CanDragonDevice.GetAllChannelStatus
Prototype
Dictionary<byte, EmSACANStatus> GetAllChannelStatus();
Description
Probes ports 0-7 and returns status for those that respond.
Return value
Map of port to status.
Example
// See Quick Start and Program Flow for a full session example.
// CanDragonDevice.GetAllChannelStatus(...);