Crate xbdm

Source

Structs§

Client
An Xbox Debug Monitor client.
Discover
An iterator over Xbox instances returned from a discover operation.
Error
Execute
Xbox
Describes an Xbox Development Kit found by a discover or resolve operation.

Enums§

ErrorKind
StatusCode
A status code returned by an XBDM command.

Constants§

MAX_NAME_LENGTH
Maximum length of an Xbox debug name.
PORT_360
TCP/UDP port number used by the Xbox 360 for XBDM.
PORT_CLASSIC
TCP/UDP port number used by the Classic Xbox for XBDM.

Functions§

discover
Discover active Xbox Development Kits on the local network.
resolve
Resolve the Xbox debug name or IP address specified by host as an Xbox instance.
resolve_ip
Resolve the IP address specified by ip as an Xbox instance.
resolve_name
Resolve the Xbox debug name specified by name as an Xbox instance.

Type Aliases§

Result