Interface | Description |
---|---|
IPacketNetwork |
A packet network represents a collection of devices which can send and receive packets.
|
IPacketReceiver |
An object on an
IPacketNetwork , capable of receiving packets. |
IPacketSender |
An object on a
IPacketNetwork , capable of sending packets. |
Class | Description |
---|---|
Packet |
Represents a packet which may be sent across a
IPacketNetwork . |