fields seem unused code comment

This commit is contained in:
rusefillc 2022-02-13 14:11:22 -05:00
parent 60b90199bf
commit 3cf17287b6
1 changed files with 1 additions and 0 deletions

View File

@ -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;