EmSACANLibrary.HasAvailableInterfaces
Prototype
bool HasAvailableInterfaces(int max = 16);
Description
True if at least one interface is present.
Parameters
| Parameter | Direction | Type | Description |
|---|---|---|---|
max | in | — | Max interfaces to probe. |
Return value
True when enumeration succeeds with count > 0.
Example
// See Quick Start and Program Flow for a full session example.
// EmSACANLibrary.HasAvailableInterfaces(...);