BoardConfig.GetRSS()

Returns the signal strength in dBm of a signal received by a remote device.

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

Function Prototype

VB .NET

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

C# .NET

public MccDaq.ErrorInfo GetRSS(System.Int32 configVal)

Parameters

configVal

Returns the received signal strength in dBm of the remote device. In general, values are negative.

Returns