xbox.auxiliary.manager module

exception xbox.auxiliary.manager.TitleManagerError

Bases: Exception

Exception 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) – Message

  • channel (ServiceChannel) – Service channel

async start_title_channel(title_id: int) → Any
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