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: 25.1.421.0 (25.1.421.0)
Syntaxpublic NavigationReceiverChannel(
int satelliteID
)
Public Sub New (
satelliteID As Integer
)
public:
NavigationReceiverChannel(
int satelliteID
)
new :
satelliteID : int -> NavigationReceiverChannel
Parameters
- satelliteID
- Type: System.Int32
The satellite ID this channel is tracking signals from.
See Also