CanDragonDevice.IsConfigurationLocked
Prototype
bool IsConfigurationLocked(byte channel);
Description
Reports whether configuration is locked for this port on this session.
Parameters
| Parameter | Direction | Type | Description |
|---|---|---|---|
channel | in | byte | Zero-based channel index. |
Return value
Example
// See Quick Start and Program Flow for a full session example.
// CanDragonDevice.IsConfigurationLocked(...);