DOFPacket represents a packet, suitable for transmission across a network.
Inheritance Hierarchy
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
| Name | Description | |
|---|---|---|
| DOFPacket | Initializes a new instance of the DOFPacket class |
Methods
| Name | Description | |
|---|---|---|
| create | Constructs a DOFPacket instance with no contents. | |
| create(Byte) | Constructs a DOFPacket instance from a source byte array. | |
| create(Byte, Int32) | Constructs a DOFPacket instance from a portion of a source byte array starting at offset 0.
| |
| create(Byte, Int32, Int32) | Constructs a DOFPacket instance from a portion of a source byte array. | |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| getBytes | Get a byte array containing a copy of the bytes in the packet. | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| length | Get the length of the packet, in bytes. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| putBytes | Copies a portion of a byte array to the packet. | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
See Also