Click or drag to resize

PacketReaderPacketIOMethods Class

An abstract base class with methods for manipulating a PacketReader.
Inheritance Hierarchy
SystemObject
  Demo3D.IOPacketReaderPacketIOMethods

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
C#
public abstract class PacketIOMethods

The PacketReaderPacketIOMethods type exposes the following members.

Constructors
  NameDescription
Protected methodPacketReaderPacketIOMethods
Initializes a new instance of the PacketReaderPacketIOMethods class
Top
Properties
  NameDescription
Public propertyDataAvailable
Returns true if there's data immediately available.
Top
Methods
  NameDescription
Public methodClose
Called when the packet reader is closed.
Public methodReadData
Reads and returns numBytes of data. -1 means to read as much as is immediately available.
Public methodReadDataAsync
Reads and returns numBytes of data.
Top
See Also