Session \(Python\)

June 4, 2021 ยท View on GitHub

This page describes the Python Session API.

RPC reference

This section describes the existing RPCs used in this API.

Service to manage user sessions

SessionClient RPCs

Function nameReturn typeInput typeDescription
CreateSessionEmptyCreateSessionInfoCreates a new session on the robot using given values for user name, session timeout value, and password
CloseSessionEmptyEmptyCloses an existing open session
KeepAliveEmptyEmptySends message to robot to keep current session alive
GetConnectionsConnectionListEmptyRetrieves the list of connections

Class reference

This section describes the data classes used in this API.

Messages

ClassDescription
ConnectionListArray of connections
CreateSessionInfoParameters needed to create a new session

Enumerators

EnumeratorDescription
ServiceVersionIdentifies session service current version