Member values
Member name | Data type | Description | Usage |
---|---|---|---|
user_handle | UserProfileHandle | User profile handle, or set to zero if no user logged in | To 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_information | str | Connection 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_identifier | int | Connection identifier | You 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)