anki_vector.connection

Management of the connection to and from Vector.

Functions

on_connection_thread([log_messaging, ...])

A decorator generator used internally to denote which functions will run on the connection thread.

Classes

CancelType(value[, names, module, qualname, ...])

Enum used to specify cancellation options for behaviors -- internal use only

Connection(name, host, cert_file, guid[, ...])

Creates and maintains a aiogrpc connection including managing the connection thread.

ControlPriorityLevel(value[, names, module, ...])

Enum used to specify the priority level for the program.