VerificationObjectTypeEnum
VerificationObjectTypeEnum enumeration constants are used to define the verification object type.
typedef enum {
VOT_Group,
VOT_Context
} VerificationObjectTypeEnum;
Elements
| Name | Description |
|---|---|
| VOT_Group | The object is submitted for group verification. |
| VOT_Context | The object is submitted for context verification. |
Used in
15.08.2023 13:19:30