kopia lustrzana https://github.com/mik3y/usb-serial-for-android
Fix ControlLine enum spacing (#577)
rodzic
a4ee5c2158
commit
2fbceb6cc7
|
@ -58,7 +58,7 @@ public interface UsbSerialPort extends Closeable {
|
||||||
int STOPBITS_2 = 2;
|
int STOPBITS_2 = 2;
|
||||||
|
|
||||||
/** Values for get[Supported]ControlLines() */
|
/** Values for get[Supported]ControlLines() */
|
||||||
enum ControlLine { RTS, CTS, DTR, DSR, CD, RI }
|
enum ControlLine { RTS, CTS, DTR, DSR, CD, RI }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the driver used by this port.
|
* Returns the driver used by this port.
|
||||||
|
|
Ładowanie…
Reference in New Issue