CanDragonDevice.GetStatus
Prototype
EmSACANStatus GetStatus(byte channel);
Description
Reads port status flags.
Parameters
| Parameter | Direction | Type | Description |
|---|---|---|---|
channel | in | byte | Zero-based channel index. |
Return value
Status flags.
Example
// See Quick Start and Program Flow for a full session example.
// CanDragonDevice.GetStatus(...);