class CreateSessionInfo

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescriptionUsage
usernamestrUser nameYou can manipulate the field username as if it were a regular field. To clear the value of username and reset it to the default value for its type, you call the ClearField() method of the Message interface.
session_inactivity_timeoutintInactivity period (in milliseconds) allowed before the session times out and closes on its ownYou can manipulate the field session_inactivity_timeout as if it were a regular field. To clear the value of session_inactivity_timeout and reset it to the default value for its type, you call the ClearField() method of the Message interface.
passwordstrPassword for the userYou can manipulate the field password as if it were a regular field. To clear the value of password and reset it to the default value for its type, you call the ClearField() method of the Message interface.
connection_inactivity_timeoutintInactivity period (in milliseconds) allowed before the robot stops any movements initiated from this sessionYou can manipulate the field connection_inactivity_timeout as if it were a regular field. To clear the value of connection_inactivity_timeout and reset it to the default value for its type, you call the ClearField() method of the Message interface.

Parent topic: Session (Python)