Click or drag to resize

IPacketIOService Methods

The IPacketIOService 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
Extension Methods
  NameDescription
Public Extension MethodCode exampleGetDataChangedNotifier
Subscribes to data changed events and returns a DataChangedNotifier.
(Defined by NotifyDataChanged.)
Public Extension MethodRead
Gets a data buffer for reading.
(Defined by PacketIOService.)
Public Extension MethodReadAsync
Gets a data buffer for reading.
(Defined by PacketIOService.)
Public Extension MethodWrite
Gets a data buffer for writing.
(Defined by PacketIOService.)
Top
See Also