CanDragonDevice.OpenChannel
Prototype
void OpenChannel(byte channel);
Description
Opens a CAN port and arms the USB presence monitor for it. When the interface is unplugged or reconnected,
Parameters
| Parameter | Direction | Type | Description |
|---|---|---|---|
channel | in | byte | Zero-based channel index. |
Example
// See Quick Start and Program Flow for a full session example.
// CanDragonDevice.OpenChannel(...);