adbwp.enums

Contains enumeration types used by the protocol.

class adbwp.enums.Command(value)

Enumeration for command types used by the ADB protocol.

class adbwp.enums.CommandResponse(value)

Enumeration for response message types from ADB connection requests.

class adbwp.enums.AuthType(value)

Enumeration for authentication types used by the ADB protocol.

class adbwp.enums.SystemType(value)

Enumeration for “systemtype” values used by the ADB protocol for the “system-identity-string” value in a CONNECT message.