fields seem unused code comment
This commit is contained in:
parent
60b90199bf
commit
3cf17287b6
|
@ -559,6 +559,7 @@ public final class SerialPort
|
|||
private volatile SerialPortDataListener userDataListener = null;
|
||||
private volatile SerialPortEventListener serialEventListener = null;
|
||||
private volatile String comPort, friendlyName, portDescription, portLocation;
|
||||
// many of the fields here are accessed by C code
|
||||
private volatile boolean eventListenerRunning = false, disableConfig = false, disableExclusiveLock = false;
|
||||
private volatile boolean rs485Mode = false, rs485ActiveHigh = true, rs485RxDuringTx = false, rs485EnableTermination = false;
|
||||
private volatile boolean isRtsEnabled = true, isDtrEnabled = true, autoFlushIOBuffers = false, requestElevatedPermissions = false;
|
||||
|
|
Loading…
Reference in New Issue