IPacketIOService Methods |
The IPacketIOService type exposes the following members.
| Name | Description | |
|---|---|---|
| AddDataChanged |
Add a handler for the DataChanged event.
(Inherited from INotifyDataChanged.) | |
| Read |
Gets a data buffer for reading.
| |
| ReadAsync |
Gets a data buffer for reading.
| |
| RemoveDataChanged |
Remove a handler from the DataChanged event.
(Inherited from INotifyDataChanged.) | |
| Write |
Gets a data buffer for writing.
|
| Name | Description | |
|---|---|---|
| GetDataChangedNotifier |
Subscribes to data changed events and returns a DataChangedNotifier.
(Defined by NotifyDataChanged.) | |
| Read |
Gets a data buffer for reading.
(Defined by PacketIOService.) | |
| ReadAsync |
Gets a data buffer for reading.
(Defined by PacketIOService.) | |
| Write |
Gets a data buffer for writing.
(Defined by PacketIOService.) |