Package org.bidib.jbidibc.serial
Interface LineStatusListener
-
public interface LineStatusListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotifyLineStatusChanged(boolean ready, boolean manualEvent)The CTS status has changed.
-
-
-
Method Detail
-
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.
-
-