CanDragonDevice.CloseChannel
Prototype
void CloseChannel(byte channel);
Description
Closes a CAN port and unregisters its USB presence callback.
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.CloseChannel(...);