Skip navigation links
A B C D E G I L O P R S V 

A

addMessageListener(DebugMessageListener) - Method in class org.bidib.jbidibc.debug.DebugMessageReceiver
 

B

bytesToStringUTFCustom(byte[]) - Static method in class org.bidib.jbidibc.debug.DebugMessageReceiver
 

C

close() - Method in interface org.bidib.jbidibc.debug.DebugInterface
Close the port.
close() - Method in class org.bidib.jbidibc.debug.rxtx.DebugReader
 
close() - Method in class org.bidib.jbidibc.debug.scm.DebugReader
 

D

DebugInterface - Interface in org.bidib.jbidibc.debug
 
debugMessage(String) - Method in interface org.bidib.jbidibc.debug.DebugMessageListener
A debug message was received.
DebugMessageListener - Interface in org.bidib.jbidibc.debug
 
DebugMessageProcessor - Interface in org.bidib.jbidibc.debug
 
DebugMessageReceiver - Class in org.bidib.jbidibc.debug
 
DebugMessageReceiver() - Constructor for class org.bidib.jbidibc.debug.DebugMessageReceiver
 
DebugReader - Class in org.bidib.jbidibc.debug.rxtx
 
DebugReader(DebugMessageProcessor) - Constructor for class org.bidib.jbidibc.debug.rxtx.DebugReader
 
DebugReader - Class in org.bidib.jbidibc.debug.scm
 
DebugReader(DebugMessageProcessor) - Constructor for class org.bidib.jbidibc.debug.scm.DebugReader
 
DebugReaderFactory - Class in org.bidib.jbidibc.debug
 
DebugReaderFactory() - Constructor for class org.bidib.jbidibc.debug.DebugReaderFactory
 
DebugReaderFactory.SerialImpl - Enum in org.bidib.jbidibc.debug
 
disable() - Method in interface org.bidib.jbidibc.debug.DebugMessageProcessor
Disable the message processor.
disable() - Method in class org.bidib.jbidibc.debug.DebugMessageReceiver
 

E

enable() - Method in interface org.bidib.jbidibc.debug.DebugMessageProcessor
Enable the message processor.
enable() - Method in class org.bidib.jbidibc.debug.DebugMessageReceiver
 

G

getConnectionListener() - Method in class org.bidib.jbidibc.debug.rxtx.DebugReader
 
getConnectionListener() - Method in class org.bidib.jbidibc.debug.scm.DebugReader
 
getDebugReader(DebugReaderFactory.SerialImpl, DebugMessageProcessor) - Static method in class org.bidib.jbidibc.debug.DebugReaderFactory
 
getKey() - Method in enum org.bidib.jbidibc.debug.LineEndingEnum
 
getMessageReceiver() - Method in interface org.bidib.jbidibc.debug.DebugInterface
 
getMessageReceiver() - Method in class org.bidib.jbidibc.debug.rxtx.DebugReader
 
getMessageReceiver() - Method in class org.bidib.jbidibc.debug.scm.DebugReader
 
getPortIdentifiers() - Method in interface org.bidib.jbidibc.debug.DebugInterface
 
getPortIdentifiers() - Method in class org.bidib.jbidibc.debug.rxtx.DebugReader
 
getPortIdentifiers() - Method in class org.bidib.jbidibc.debug.scm.DebugReader
 
getValues() - Method in enum org.bidib.jbidibc.debug.LineEndingEnum
 

I

InvalidLibraryException - Exception in org.bidib.jbidibc.debug.exception
 
InvalidLibraryException(String, Throwable) - Constructor for exception org.bidib.jbidibc.debug.exception.InvalidLibraryException
 
isOpened() - Method in interface org.bidib.jbidibc.debug.DebugInterface
 
isOpened() - Method in class org.bidib.jbidibc.debug.rxtx.DebugReader
 
isOpened() - Method in class org.bidib.jbidibc.debug.scm.DebugReader
 

L

LineEndingEnum - Enum in org.bidib.jbidibc.debug
 

O

open(String, int, ConnectionListener, Context) - Method in interface org.bidib.jbidibc.debug.DebugInterface
Open connection to the specified port.
open(String, int, ConnectionListener, Context) - Method in class org.bidib.jbidibc.debug.rxtx.DebugReader
 
open(String, int, ConnectionListener, Context) - Method in class org.bidib.jbidibc.debug.scm.DebugReader
 
org.bidib.jbidibc.debug - package org.bidib.jbidibc.debug
 
org.bidib.jbidibc.debug.exception - package org.bidib.jbidibc.debug.exception
 
org.bidib.jbidibc.debug.rxtx - package org.bidib.jbidibc.debug.rxtx
 
org.bidib.jbidibc.debug.scm - package org.bidib.jbidibc.debug.scm
 

P

processMessages(ByteArrayOutputStream) - Method in interface org.bidib.jbidibc.debug.DebugMessageProcessor
Process the messages in the provided byte array output stream.
processMessages(ByteArrayOutputStream) - Method in class org.bidib.jbidibc.debug.DebugMessageReceiver
 

R

receive(SerialPort) - Method in interface org.bidib.jbidibc.debug.DebugMessageProcessor
Receive data from the serial port instance.
receive(SerialPort) - Method in class org.bidib.jbidibc.debug.DebugMessageReceiver
Receive messages from the configured port
removeMessageListener(DebugMessageListener) - Method in class org.bidib.jbidibc.debug.DebugMessageReceiver
 
running - Variable in class org.bidib.jbidibc.debug.DebugMessageReceiver
 

S

send(String, LineEndingEnum) - Method in interface org.bidib.jbidibc.debug.DebugInterface
 
send(byte[]) - Method in interface org.bidib.jbidibc.debug.DebugInterface
 
send(String, LineEndingEnum) - Method in class org.bidib.jbidibc.debug.rxtx.DebugReader
Send the bytes of the message to the outputstream and add <CR>+<LF>.
send(byte[]) - Method in class org.bidib.jbidibc.debug.rxtx.DebugReader
 
send(String, LineEndingEnum) - Method in class org.bidib.jbidibc.debug.scm.DebugReader
Send the bytes of the message to the outputstream and add <CR>+<LF>.
send(byte[]) - Method in class org.bidib.jbidibc.debug.scm.DebugReader
 
setConnectionListener(ConnectionListener) - Method in class org.bidib.jbidibc.debug.rxtx.DebugReader
 
setConnectionListener(ConnectionListener) - Method in class org.bidib.jbidibc.debug.scm.DebugReader
 

V

valueOf(String) - Static method in enum org.bidib.jbidibc.debug.DebugReaderFactory.SerialImpl
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bidib.jbidibc.debug.LineEndingEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.bidib.jbidibc.debug.DebugReaderFactory.SerialImpl
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bidib.jbidibc.debug.LineEndingEnum
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E G I L O P R S V 
Skip navigation links

Copyright © 2018. All rights reserved.