|
ConfigurationCellNumberOfSatellites Property
|
Gets or sets the number of satellites visible to the GPS timing source of the device defined by this
ConfigurationCell.
Namespace: GSF.PhasorProtocols.FNETAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.205-beta
Syntax public int NumberOfSatellites { get; set; }
Public Property NumberOfSatellites As Integer
Get
Set
public:
property int NumberOfSatellites {
int get ();
void set (int value);
}
member NumberOfSatellites : int with get, set
function get_NumberOfSatellites();
function set_NumberOfSatellites(value);
View SourceProperty Value
Int32See Also