xbox.auxiliary.manager module¶
-
exception
xbox.auxiliary.manager.TitleManagerError¶ Bases:
ExceptionException thrown by TitleManager
-
class
xbox.auxiliary.manager.TitleManager(console)¶ Bases:
xbox.sg.manager.Manager-
__init__(console)¶ Title Manager (ServiceChannel.Title)
- Parameters
console (
Console) – Console object, internally passed by Console.add_manager
-
_on_message(msg, channel)¶ Internal handler method to receive messages from Title Channel
- Parameters
msg (
XStructObj) – Messagechannel (
ServiceChannel) – Service channel
-
property
active_surface¶ Get Active Surface.
- Returns
Active Surface
- Return type
XStructObj
-
property
connection_info¶ Get current Connection info
- Returns
Connection info
- Return type
XStructObj
-