Click or drag to resize

PacketIOService Class

Extensions for the IPacketIOService.
Inheritance Hierarchy
SystemObject
  Demo3D.NetPacketIOService

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
C#
public static class PacketIOService

The PacketIOService type exposes the following members.

Methods
  NameDescription
Public methodStatic memberRead
Gets a data buffer for reading.
Public methodStatic memberReadAsync
Gets a data buffer for reading.
Public methodStatic memberWrite
Gets a data buffer for writing.
Top
See Also