NavigationReceiverChannel Constructor (Int32) |
Creates a new instance and specifies which satelliteID this channel receives signals from.
Namespace:
AGI.Foundation.Navigation.Advanced
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public NavigationReceiverChannel(
int satelliteID
)
Public Sub New (
satelliteID As Integer
)
public:
NavigationReceiverChannel(
int satelliteID
)
new :
satelliteID : int -> NavigationReceiverChannel
Parameters
- satelliteID
- Type: SystemInt32
The satellite ID this channel is tracking signals from.
See Also