Interface SerialPortPacketListener

All Superinterfaces:
EventListener, SerialPortDataListener

public interface SerialPortPacketListener extends SerialPortDataListener
This interface must be implemented to enable full packet reads using event-based serial port I/O.

Note: Using this interface will negate any serial port read timeout settings since they make no sense in an asynchronous context.

See Also: