DOFPacket ClassOpenDOF Object Access Library
DOFPacket represents a packet, suitable for transmission across a network.
Inheritance Hierarchy

SystemObject
  org.opendof.core.oalDOFPacket

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
[SerializableAttribute]
public abstract class DOFPacket

The DOFPacket type exposes the following members.

Constructors

  NameDescription
Protected methodDOFPacket
Initializes a new instance of the DOFPacket class
Top
Methods

  NameDescription
Public methodStatic membercreate
Constructs a DOFPacket instance with no contents.
Public methodStatic membercreate(Byte)
Constructs a DOFPacket instance from a source byte array.
Public methodStatic membercreate(Byte, Int32)
Constructs a DOFPacket instance from a portion of a source byte array starting at offset 0.
Public methodStatic membercreate(Byte, Int32, Int32)
Constructs a DOFPacket instance from a portion of a source byte array.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodgetBytes
Get a byte array containing a copy of the bytes in the packet.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodlength
Get the length of the packet, in bytes.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodputBytes
Copies a portion of a byte array to the packet.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

DOFPacket represents a packet, suitable for transmission across a network.
See Also

Reference