BoardConfig.SetPanID()

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

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

Function Prototype

VB .NET

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

C# .NET

public MccDaq.ErrorInfo SetPANID(System.Int32 configVal)

Parameters

configVal

Sets the number (from 0 to 65,534) that identifies the Personal Area Network used for wireless communication.

Returns