Click or drag to resize

IEthernetIOService Interface

Ethernet packet service. IEthernetIOService DataChanged events will pass EthernetPacketArgs.

Namespace:  Demo3D.Net.Protocols
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 11.0.0.7658
Syntax
C#
public interface IEthernetIOService : INotifyDataChanged

The IEthernetIOService type exposes the following members.

Methods
  NameDescription
Public methodAddDataChanged
Add a handler for the DataChanged event.
(Inherited from INotifyDataChanged.)
Public methodRead
Gets a data buffer for reading.
Public methodReadAsync
Gets a data buffer for reading.
Public methodRemoveDataChanged
Remove a handler from the DataChanged event.
(Inherited from INotifyDataChanged.)
Public methodWrite
Gets a data buffer for writing.
Top
Events
  NameDescription
Public eventDataChanged
Occurs when data has arrived or changed.
(Inherited from INotifyDataChanged.)
Top
Extension Methods
See Also