Click or drag to resize

PacketWriterPacketIOMethods Class

An abstract base class with methods for manipulating a PacketWriter.
Inheritance Hierarchy
SystemObject
  Demo3D.IOPacketWriterPacketIOMethods

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

The PacketWriterPacketIOMethods type exposes the following members.

Constructors
  NameDescription
Protected methodPacketWriterPacketIOMethods
Initializes a new instance of the PacketWriterPacketIOMethods class
Top
Methods
  NameDescription
Public methodFlushAsync
Flushes the data.
Top
See Also