RemoteTech¶
Service RemoteTech
This service provides functionality to interact with RemoteTech.
- krpc_error_t krpc_RemoteTech_Available(krpc_connection_t connection, bool *result)¶
Whether RemoteTech is installed.
- krpc_error_t krpc_RemoteTech_GroundStations(krpc_connection_t connection, krpc_list_string_t *result)¶
The names of the ground stations.
- krpc_error_t krpc_RemoteTech_Antenna(krpc_connection_t connection, krpc_RemoteTech_Antenna_t *result, krpc_SpaceCenter_Part_t part)¶
Get the antenna object for a particular part.
- Parameters:
- krpc_error_t krpc_RemoteTech_Comms(krpc_connection_t connection, krpc_RemoteTech_Comms_t *result, krpc_SpaceCenter_Vessel_t vessel)¶
Get a communications object, representing the communication capability of a particular vessel.
- Parameters: