class SwitchControlMapping

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescriptionUsage
controller_identifierintIdentifier of the controller for which changing the active map is requestedYou can manipulate the field controller_identifier as if it were a regular field. To clear the value of controller_identifier and reset it to the default value for its type, you call the ClearField() method of the Message interface.
map_group_handleMapGroupHandleReference to the map group for which the active map needs to changeTo set map_group_handle, you simply assign a value directly to a field within map_group_handle. You can also use the parent message's HasField() method to check if a message type field value has been set.
map_handleMapHandleReference to new active mapTo set map_handle, you simply assign a value directly to a field within map_handle. You can also use the parent message's HasField() method to check if a message type field value has been set.

Parent topic: Base (Python)