Implementation of
org.opendof.core.oal.DOFValue
that supports 32-bit unsigned integers.
Inheritance Hierarchy
org.opendof.core.oal.valueDOFUInt32
Namespace: org.opendof.core.oal.value
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
[SerializableAttribute] public class DOFUInt32 : DOFValue, DOFImmutable
The DOFUInt32 type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DOFUInt32(UInt32) | Create a new 32-bit unsigned integer given data. |
![]() | DOFUInt32(DOFUInt32Type, DOFPacket) | Create a DOFUInt32 instance from serial form. |
Methods
Name | Description | |
---|---|---|
![]() ![]() | array(IListUInt32) | Convert a list of language types into an array of OAL values. |
![]() ![]() | array(UInt32) | Convert an array of language types into an array of OAL values. |
![]() | Equals | (Overrides ObjectEquals(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.) |
![]() | get | Return the data associated with a 32-bit unsigned integer. |
![]() | getDOFType | |
![]() | GetHashCode | (Overrides ObjectGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | isCompatibleWith | |
![]() | marshal | |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | (Overrides ObjectToString.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | TYPE | This is the default type for all 32-bit unsigned integer values. |
See Also