BoardConfig.GetPanID() method

Returns the Personal Area Network (PAN) identifier for wireless communication.

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

Function Prototype

VB .NET

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

C# .NET

public MccDaq.ErrorInfo GetPANID(System.Int32 configVal)

Parameters

configVal

Returns a number from 0 to 65,534 that identifies the Personal Area Network used for wireless communication.

Returns