GXDN: Gurux Developer Network
PropertyAccess Enumeration
NamespacesGurux.DevicePropertyAccess
Determines the access type of a GXProperty.
Members
Member Description
Deprecated
Use of the GXProperty is not recommended. Integer value=3.
If not using .NET Framework, use constant GX_ACCESS_DEPRECATED.

Obsolete
The GXProperty is not currently used. Integer value=2.
If not using .NET Framework, use constant GX_ACCESS_OBSOLETE.

Optional
Using of the GXProperty value is optional. Integer value=1.
If not using .NET Framework, use constant GX_ACCESS_OPTIONAL.

Mandatory
The GXProperty value cannot be left empty. Integer value=0.
If not using .NET Framework, use constant GX_ACCESS_MANDATORY.

Remarks
If not using .NET Framework, enumeration is GX_ACCESS_TYPE.
See Also

Assembly: Gurux.Device (Module: Gurux.Device) Version: 5.0.0.1