[transport.serial] add PORT_DISCONNECTED event (#4056)

Signed-off-by: MV <mvcode00@gmail.com>
This commit is contained in:
M Valla 2024-02-04 10:29:48 +01:00 committed by GitHub
parent fe4cbe546e
commit 2cca87a026
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,6 +31,7 @@ public interface SerialPortEvent {
int PE = 8;
int FE = 9;
int BI = 10;
int PORT_DISCONNECTED = 11;
/**
* Get the type of the event.