C D E F G I L M R S T U V W

T

TIO - Class in com.stollmann.terminalIO
The TIO class is purely static and provides TerminalIO specific UUID instances and constants.
TIO.OperationMode - Enum in com.stollmann.terminalIO
TerminalIO peripheral operation mode constants.
TIOAdvertisement - Class in com.stollmann.terminalIO
TIOAdvertisement instances represent a remote TerminalIO peripherals's advertisement data.
TIOManager - Class in com.stollmann.terminalIO
The TIOManager is the fundamental class to provide TerminalIO functionality towards the application.
TIOManagerCallback - Interface in com.stollmann.terminalIO
The TIOManager's event listener implements the TIOManagerCallback interface in order to monitor system Bluetooth availability and to manage information about TIOPeripheral objects.
tioManagerDidDiscoverPeripheral(TIOPeripheral) - Method in interface com.stollmann.terminalIO.TIOManagerCallback
Invoked when a TerminalIO peripheral has been newly discovered.
tioManagerDidUpdatePeripheral(TIOPeripheral) - Method in interface com.stollmann.terminalIO.TIOManagerCallback
Invoked when an update of a TerminalIO peripheral's advertisement has been detected.
TIOPeripheral - Class in com.stollmann.terminalIO
TIOPeripheral instances represent remote devices that have been identified as TerminalIO servers during a TIOManager scan procedure.
TIOPeripheralCallback - Interface in com.stollmann.terminalIO
A TIOPeripheral's event listener implements the TIOPeripheralCallback interface in order to monitor connection events, data exchange and peripheral property updates.
tioPeripheralDidConnect(TIOPeripheral) - Method in interface com.stollmann.terminalIO.TIOPeripheralCallback
Invoked when a TerminalIO connection has been successfully established.
tioPeripheralDidDisconnect(TIOPeripheral, String) - Method in interface com.stollmann.terminalIO.TIOPeripheralCallback
Invoked when an established TerminalIO connection is disconnected.
tioPeripheralDidFailToConnect(TIOPeripheral, String) - Method in interface com.stollmann.terminalIO.TIOPeripheralCallback
Invoked when a TerminalIO connection establishment has failed.
tioPeripheralDidReceiveUARTData(TIOPeripheral, byte[]) - Method in interface com.stollmann.terminalIO.TIOPeripheralCallback
Invoked when UART data transmitted by the remote peripheral have been received.
tioPeripheralDidUpdateAdvertisement(TIOPeripheral) - Method in interface com.stollmann.terminalIO.TIOPeripheralCallback
Invoked when an updated advertisement for a known peripheral has been detected after calling TIOManager.startScan().
tioPeripheralDidUpdateLocalUARTCreditsCount(TIOPeripheral, int) - Method in interface com.stollmann.terminalIO.TIOPeripheralCallback
Invoked when the number of local UART credits has changed due to received data or new credits granted to the remote peripheral.
tioPeripheralDidUpdateRemoteUARTCreditsCount(TIOPeripheral, int) - Method in interface com.stollmann.terminalIO.TIOPeripheralCallback
Invoked when the number of remote UART credits has changed due to sent data or new credits granted by the remote peripheral.
tioPeripheralDidUpdateRSSI(TIOPeripheral, int) - Method in interface com.stollmann.terminalIO.TIOPeripheralCallback
Invoked when an RSSI value is reported as a response to calling TIOPeripheral.readRSSI().
tioPeripheralDidWriteNumberOfUARTBytes(TIOPeripheral, int) - Method in interface com.stollmann.terminalIO.TIOPeripheralCallback
Invoked when a UART data block has been written to the remote device.
tioPeripheralUARTWriteBufferEmpty(TIOPeripheral) - Method in interface com.stollmann.terminalIO.TIOPeripheralCallback
Invoked when all available UART data have been written to the remote device.
toString() - Method in class com.stollmann.terminalIO.TIOAdvertisement
Gets a tring representation of this instance.
toString() - Method in class com.stollmann.terminalIO.TIOPeripheral
Gets a string representation of this instance consisting of Bluetooth name and Bluetooth address.

C D E F G I L M R S T U V W