CAN DragonEmSA
methodEmSACANLibrary

EmSACANLibrary.GetAvailableInterfaces

Prototype

Dictionary<string, string> GetAvailableInterfaces(int max = 16);

Description

Serial number to description map.

Parameters

ParameterDirectionTypeDescription
maxinMax interfaces to enumerate.

Return value

Dictionary of serial to description.

Example

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