Constructor for GSM readings that consist of only channel information.
public GSMReading(GSMReadingType,string,string,string,string,string,int,int,int,bool);
Constructor for GSM readings that consist of only channel information.
public GSMReading(string,int,int,int,bool);
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,string,string,string,string,int,int,int);
public GSMReading(string,string,string,string,string,int,int,int,bool);
GSMReading Class | POLS.Spotters Namespace