Demo3D.Net.Protocols Namespace |
| Class | Description | |
|---|---|---|
| COTP |
The ISO COTP protocol.
| |
| CotpClient |
A COTP client socket.
| |
| CotpClientProperties |
COTP client connection properties.
| |
| CotpProperties |
COTP connection properties.
| |
| CotpServer |
A COTP server.
| |
| CotpServerProperties |
COTP server connection properties.
| |
| Ethernet |
Raw ethernet.
| |
| EthernetAddressEditor |
Address editor for the Ethernet protocol.
| |
| EthernetConnectionProperties |
Ethernet connection properties.
| |
| EthernetPacketArgs |
Arguments to the IEthernetIOServiceDataChanged event for ethernet packets.
Contains information about the packet received that caused the event to be raised.
| |
| EthernetPacketReader |
An ethernet packet reader.
| |
| EthernetPacketWriter |
An ethernet packet writer.
| |
| TCP |
The TCP protocol.
| |
| TcpAddressEditor |
TCP address editor.
| |
| TcpClient |
A TCP client socket.
| |
| TcpClientProperties |
TCP client connection properties.
| |
| TcpConnectionProperties |
TCP connection properties.
| |
| TcpServer |
A TCP server.
| |
| TcpServerProperties |
TCP server connection properties.
| |
| TPKT |
The TPKT protocol.
| |
| TpktClient |
A TPKT client socket.
| |
| TpktServer |
A TPKT server.
| |
| UDP |
The UDP protocol.
| |
| UdpAddressEditor |
UDP address editor.
| |
| UdpConnectionProperties |
UDP connection properties.
| |
| UdpPacketArgs |
Arguments to the IUdpIOServiceDataChanged event for UDP packets.
Contains information about the packet received that caused the event to be raised.
| |
| UdpPacketReader |
A UDP packet reader.
| |
| UdpPacketWriter |
A UDP packet writer.
| |
| UdpSocket |
A UDP client/server socket.
|
| Interface | Description | |
|---|---|---|
| IEthernetIOService |
Ethernet packet service.
IEthernetIOService DataChanged events will pass EthernetPacketArgs.
| |
| IUdpIOService |
Udp packet service.
IUdpIOService DataChanged events will pass UdpPacketArgs.
|