DOFStructureType ClassOpenDOF Object Access Library
Implementation of org.opendof.core.oal.DOFType that matches DOFStructure .
Inheritance Hierarchy

SystemObject
  org.opendof.core.oalDOFType
    org.opendof.core.oal.valueDOFStructureType

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

C#
[SerializableAttribute]
public class Type : DOFType

The DOFStructureType type exposes the following members.

Constructors

  NameDescription
Public methodDOFStructureType(DOFType)
Construct a structure type.
Public methodDOFStructureType(IListDOFType)
Construct a structure type.
Public methodDOFStructureType(DOFTypeContext, DOFPacket)
Construct a type from the data read from the wire.
Top
Methods

  NameDescription
Protected methoddataAvailable
Return whether the type has more data available.
(Inherited from DOFType.)
Public methodEquals (Overrides DOFTypeEquals(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 methodgetEncoding
Get the string encoding for the type.
(Inherited from DOFType.)
Public methodGetHashCode (Overrides DOFTypeGetHashCode.)
Public methodgetInstance (Overrides DOFTypegetInstance(DOFPacket).)
Public methodgetMaxLength
Get the maximum length of the type.
(Inherited from DOFType.)
Public methodgetMinLength
Get the minimum length of the type.
(Inherited from DOFType.)
Public methodgetSubtypes (Overrides DOFTypegetSubtypes.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodgetTypeID
Get the type identifier of this type.
(Inherited from DOFType.)
Public methodisDefined
Return whether of not the type is fully defined.
(Inherited from DOFType.)
Public methodmarshal (Overrides DOFTypemarshal(DOFTypeContext, DOFPacket).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodstartLength
Define the ending point of the data associated with a type.
(Inherited from DOFType.)
Public methodToString (Overrides DOFTypeToString.)
Protected methodvalidateLength
Verify that the data length for a type matched the data read for the type.
(Inherited from DOFType.)
Top
Fields

  NameDescription
Protected fieldsubtypes
The structure's subtypes.
Protected fieldtype
The type identifier.
(Inherited from DOFType.)
Top
See Also

Reference