GpsReceiverNumberOfChannels Property |
Gets or sets the number of channels in this receiver. This is the number
of satellites that can be tracked.
Namespace:
AGI.Foundation.Navigation
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public int NumberOfChannels { get; set; }
Public Property NumberOfChannels As Integer
Get
Set
public:
property int NumberOfChannels {
int get ();
void set (int value);
}
member NumberOfChannels : int with get, set
Property Value
Type:
Int32See Also