bitflag enum io.PcapEvents
Overview
This enumeration contains codes of all possible events that might
happen on io.Pcap
object. The set of active events is accessible
via io.Pcap.m_activeEvents
. More…
bitflag enum PcapEvents: io.ReadOnlyStreamEvents { Eof = 0x10, };
Detailed Documentation
This enumeration contains codes of all possible events that might
happen on io.Pcap
object. The set of active events is accessible
via io.Pcap.m_activeEvents
.
See also:
Enum Values
Eof
End-of-file was reached on the Pcap file.