RtkService
Contains information for the RTK Service
type RtkService {
enabled: Boolean!
polarisKey: String!
ntrip: NTRIP!
connectionStatus: ConnectionStatus!
}
Fields
RtkService.enabled ● Boolean! non-null scalar common
Is the Device enabled with for use with RTK Service?
RtkService.polarisKey ● String! non-null scalar common
Key for P1 Polaris protocol use
RtkService.ntrip ● NTRIP! non-null object ntrip
NTRIP information for Devices that support this protocol
RtkService.connectionStatus ● ConnectionStatus! non-null enum devices
The Connection Status derived by the network
Member Of
DeviceServices object