GitHub
Download
Forum
Overview
Tutorial
C++ API
General interfaces
Data interfaces
UDomain
UStorage
UObject
UList
UBitFlagSet
UBitFlagSetSingle
WDomain
WObject
IEventClient
Notify
stcEventInfo
Schema interfaces
Configuration interfaces
Structures
Error codes
C# API
DTDL
DADL
Setup
stcEventInfo structure
Contains the information of the event.
Syntax
struct
stcEventInfo
{
ObjectId
oiId;
U
INT16
usType;
};
Member
oiId
Type:
ObjectId
The oiId contains the ObjectId of the object that has been modified.
usType
Type:
UINT16
The usType specifies the type of modification.
Possible values are:
Value
Description
0x86
a class has been removed from the object or the object has been deleted entirely
0x87
attributes have been modified
0x8f
an extended action has been executed on the object
© 2022 Mobiland AG