Implementation of
org.opendof.core.oal.DOFType
that matches
DOFUInt64
.
Inheritance Hierarchy
org.opendof.core.oalDOFType
org.opendof.core.oal.valueDatalessType
org.opendof.core.oal.valueDOFUInt64Type
Namespace: org.opendof.core.oal.value
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
[SerializableAttribute] public class Type : DatalessType
The DOFUInt64Type type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DOFUInt64Type | Construct a type for a 64-bit unsigned value. |
![]() | DOFUInt64Type(DOFPacket) | Construct a type from the data read from the wire. |
Methods
Name | Description | |
---|---|---|
![]() | dataAvailable | Return whether the type has more data available. (Inherited from DOFType.) |
![]() | Equals | (Inherited from DatalessType.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | getEncoding | Get the string encoding for the type. (Inherited from DOFType.) |
![]() | GetHashCode | (Inherited from DatalessType.) |
![]() | getInstance | (Overrides DOFTypegetInstance(DOFPacket).) |
![]() | getMaxLength | Get the maximum length of the type. (Inherited from DOFType.) |
![]() | getMinLength | Get the minimum length of the type. (Inherited from DOFType.) |
![]() | getSubtypes | Return a list of subtypes associated with this type. (Inherited from DOFType.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | getTypeID | Get the type identifier of this type. (Inherited from DOFType.) |
![]() | isDefined | Return whether of not the type is fully defined. (Inherited from DOFType.) |
![]() | marshal | (Inherited from DatalessType.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | startLength | Define the ending point of the data associated with a type. (Inherited from DOFType.) |
![]() | ToString | (Inherited from DatalessType.) |
![]() | validateLength | Verify that the data length for a type matched the data read for the type.
(Inherited from DOFType.) |
Fields
Name | Description | |
---|---|---|
![]() | type | The type identifier. (Inherited from DOFType.) |
See Also