readEventsEnabled property
getter/setter pair
Set or get, if theRawSocket should listen forRawSocketEvent.readandRawSocketEvent.readClosed events. Default istrue.
Warning: settingreadEventsEnabled tofalse might prevent socketfrom fully closing whenSocketDirection.receive andSocketDirection.send directions are shutdown independently. Seeshutdown for more details.
Implementation
abstract bool readEventsEnabled;