A C E G I K L O R S V W 

C

close() - Method in class com.cgutman.adblib.AdbConnection
This routine closes the Adb connection and underlying socket
close() - Method in class com.cgutman.adblib.AdbStream
Closes the stream.
CMD_AUTH - Static variable in class com.cgutman.adblib.AdbProtocol
AUTH is the authentication message.
CMD_CLSE - Static variable in class com.cgutman.adblib.AdbProtocol
CLSE is the close stream message.
CMD_CNXN - Static variable in class com.cgutman.adblib.AdbProtocol
CNXN is the connect message.
CMD_OKAY - Static variable in class com.cgutman.adblib.AdbProtocol
OKAY is a success message.
CMD_OPEN - Static variable in class com.cgutman.adblib.AdbProtocol
OPEN is the open stream message.
CMD_SYNC - Static variable in class com.cgutman.adblib.AdbProtocol
 
CMD_WRTE - Static variable in class com.cgutman.adblib.AdbProtocol
WRTE is the write stream message.
com.cgutman.adblib - package com.cgutman.adblib
This package provides a native Java implementation of the ADB protocol.
connect() - Method in class com.cgutman.adblib.AdbConnection
Connects to the remote device.
CONNECT_MAXDATA - Static variable in class com.cgutman.adblib.AdbProtocol
The maximum data payload supported by the ADB implementation
CONNECT_PAYLOAD - Static variable in class com.cgutman.adblib.AdbProtocol
The payload sent with the connect message
CONNECT_VERSION - Static variable in class com.cgutman.adblib.AdbProtocol
The current version of the ADB protocol
create(Socket, AdbCrypto) - Static method in class com.cgutman.adblib.AdbConnection
Creates a AdbConnection object associated with the socket and crypto object specified.
A C E G I K L O R S V W