class Connection

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescriptionUsage
user_handleUserProfileHandleUser profile handle, or set to zero if no user logged inTo set user_handle, you simply assign a value directly to a field within user_handle. You can also use the parent message's HasField() method to check if a message type field value has been set.
connection_informationstrConnection info (e.g. IP address with port number)You can manipulate the field connection_information as if it were a regular field. To clear the value of connection_information and reset it to the default value for its type, you call the ClearField() method of the Message interface.
connection_identifierintConnection identifierYou can manipulate the field connection_identifier as if it were a regular field. To clear the value of connection_identifier and reset it to the default value for its type, you call the ClearField() method of the Message interface.

Parent topic: Common (Python)