Package org.bidib.jbidibc.serial
Interface LineStatusListener
public interface LineStatusListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidnotifyLineStatusChanged(boolean ready, boolean manualEvent) The CTS status has changed.
-
Method Details
-
notifyLineStatusChanged
void notifyLineStatusChanged(boolean ready, boolean manualEvent) The CTS status has changed. If CTS isfalsethe interface cannot receive data.- Parameters:
ready- the new CTS statusmanualEvent- The manual event flag. If this flag is set, the change is not triggered from event.
-