enum

Pcap::NextError

Inherits Enum / Comparable / Value / Object

Constants

EOF = -2
ERROR = -1
TIMEOUT = 0

Instance methods

eof?

Returns true if this enum value equals EOF

Source
error?

Returns true if this enum value equals ERROR

Source
timeout?

Returns true if this enum value equals TIMEOUT

Source