BoardConfig.SetNetConnectionCode()

Sets the code used to connect with a device over a network connection.

Member of the cBoardConfig class. Accessible from the MccBoard.BoardConfig property.

Function Prototype

VB .NET

Public Function SetNetConnectionCode(ByRef configVal As Integer) As MccDaq.ErrorInfo

C# .NET

public MccDaq.ErrorInfo SetNetConnectionCode(int configVal)

Parameters

configVal

The connection code.

Returns