EmSACANLibrary.GetAvailableInterfaces
Prototype
Dictionary<string, string> GetAvailableInterfaces(int max = 16);
Description
Serial number to description map.
Parameters
| Parameter | Direction | Type | Description |
|---|---|---|---|
max | in | — | Max interfaces to enumerate. |
Return value
Dictionary of serial to description.
Example
// See Quick Start and Program Flow for a full session example.
// EmSACANLibrary.GetAvailableInterfaces(...);