Determines the status of a GXCategory, the enumeration tells, what has happened to the GXCategory.
| Member | Description |
|---|---|
| WriteEnd |
Writing of a GXCategory has ended. Integer value=0x10.
If not using .NET Framework, use constant GX_CATEGORY_STATE_WRITE_END. |
| WriteStart |
Writing of a GXCategory has started. Integer value=0x8.
If not using .NET Framework, use constant GX_CATEGORY_STATE_WRITE_START. |
| ReadEnd |
Reading of a GXCategory has ended. Integer value=0x4.
If not using .NET Framework, use constant GX_CATEGORY_STATE_READ_END. |
| ReadStart |
Reading of a GXCategory has started. Integer value=0x2.
If not using .NET Framework, use constant GX_CATEGORY_STATE_READ_START. |
| Updated |
Name of the category has changed. Integer value=0x1.
If not using .NET Framework, use constant GX_CATEGORY_STATE_CONTENT_UPDATED. |
| None |
No changes. Integer value=0x0.
If not using .NET Framework, use constant GX_CATEGORY_STATE_NONE. |
If not using .NET Framework, enumeration is GX_CATEGORY_STATE.
Assembly: Gurux.Device (Module: Gurux.Device) Version: 5.0.0.1