class PEthSocket |
This class describes a type of socket that will communicate using raw ethernet packets
![]() | Constructor |
![]() | Overrides from class PChannel |
![]() | Overrides from class PSocket |
![]() | Information functions |
![]() | I/O functions |
![]() | Address An ethernet MAC Address specification |
![]() | Frame An ethernet MAC frame |
![]() | Filtering functions |
Socket establishment functions
Socket options functions
Port/Service database functions
Integer conversion functions
Multiple socket selection functions
Construction
Overrides from class PObject
Reading functions
Writing functions
Miscellaneous functions
Error functions
Run Time Type functions
Comparison functions
This class describes a type of socket that will communicate using raw ethernet packets
The GetErrorCode() function should be consulted after Read() returns FALSE to determine what caused the failure.
The GetErrorCode() function should be consulted after Write() returns FALSE to determine what caused the failure.
Note that the driver does not need to be open for this function to work.
A bit-wise OR of the FilterMask values will filter packets so that they do not appear in the Read() function at all.
The type is be the specific frame type to accept. A value of TypeAll may be used to match all frame types.
The type is be the specific frame type to accept. A value of TypeAll may be used to match all frame types.
A value of zero for the filter mask is useless and will assert.
Alphabetic index HTML hierarchy of classes or Java