Intel POLS

GSMReading Constructor (String, String, String, String, String, Int32, Int32, Int32)

Construct for normal GSM readings that contain information about a serving or neighbor cell, as opposed to just information about a channel.

public GSMReading(
   string _deviceName,
   string _mcc,
   string _mnc,
   string _lac,
   string _cellid,
   int _signal,
   int _channel,
   int _bsic
);

Parameters

_deviceName
_mcc
_mnc
_lac
_cellid
_signal
_channel
_bsic

See Also

GSMReading Class | POLS.Spotters Namespace | GSMReading Constructor Overload List