Click or drag to resize

Demo3D.Net.Protocols Namespace

Built-in protocol implementations.
Classes
  ClassDescription
Public classCOTP
The ISO COTP protocol.
Public classCode exampleCotpClient
A COTP client socket.
Public classCotpClientProperties
COTP client connection properties.
Public classCotpProperties
COTP connection properties.
Public classCode exampleCotpServer
A COTP server.
Public classCotpServerProperties
COTP server connection properties.
Public classEthernet
Raw ethernet.
Public classEthernetAddressEditor
Address editor for the Ethernet protocol.
Public classEthernetConnectionProperties
Ethernet connection properties.
Public classEthernetPacketArgs
Arguments to the IEthernetIOServiceDataChanged event for ethernet packets. Contains information about the packet received that caused the event to be raised.
Public classEthernetPacketReader
An ethernet packet reader.
Public classEthernetPacketWriter
An ethernet packet writer.
Public classTCP
The TCP protocol.
Public classTcpAddressEditor
TCP address editor.
Public classCode exampleTcpClient
A TCP client socket.
Public classTcpClientProperties
TCP client connection properties.
Public classTcpConnectionProperties
TCP connection properties.
Public classCode exampleTcpServer
A TCP server.
Public classTcpServerProperties
TCP server connection properties.
Public classTPKT
The TPKT protocol.
Public classTpktClient
A TPKT client socket.
Public classTpktServer
A TPKT server.
Public classUDP
The UDP protocol.
Public classUdpAddressEditor
UDP address editor.
Public classUdpConnectionProperties
UDP connection properties.
Public classUdpPacketArgs
Arguments to the IUdpIOServiceDataChanged event for UDP packets. Contains information about the packet received that caused the event to be raised.
Public classUdpPacketReader
A UDP packet reader.
Public classUdpPacketWriter
A UDP packet writer.
Public classUdpSocket
A UDP client/server socket.
Interfaces
  InterfaceDescription
Public interfaceIEthernetIOService
Ethernet packet service. IEthernetIOService DataChanged events will pass EthernetPacketArgs.
Public interfaceIUdpIOService
Udp packet service. IUdpIOService DataChanged events will pass UdpPacketArgs.