CAN DragonEmSA
methodCanDragonDevice

CanDragonDevice.IsConfigurationLocked

Prototype

bool IsConfigurationLocked(byte channel);

Description

Reports whether configuration is locked for this port on this session.

Parameters

ParameterDirectionTypeDescription
channelinbyteZero-based channel index.

Return value

true when this client cannot apply new port configuration (CDNet mode); always false in exclusive USB mode.

Example

// See Quick Start and Program Flow for a full session example.
// CanDragonDevice.IsConfigurationLocked(...);