bitflag enum io.SerialEvents
Overview
This enumeration contains codes of all possible events that might
happen on io.Serial
object. The set of active events is accessible
via io.Serial.m_activeEvents
. More…
bitflag enum SerialEvents: io.StreamEvents { CtsOn, CtsOff, DsrOn, DsrOff, RingOn, RingOff, DcdOn, DcdOff, LineError, };
Detailed Documentation
This enumeration contains codes of all possible events that might
happen on io.Serial
object. The set of active events is accessible
via io.Serial.m_activeEvents
.
See also: