GitHub    Download    Forum
Overview
Tutorial
C++ API
C# API
General interfaces
Data interfaces
UDomain
UStorage
UObject
UList
UBitFlagSet
UBitFlagSetSingle
WDomain
WObject
IEventClient
Notify
stcEventInfo
Schema interfaces
Configuration interfaces
Structures
Error codes
DTDL
DADL
Setup

stcEventInfo structure

Contains the information of the event.

Syntax

struct stcEventInfo
{
ObjectId oiId;
UInt16 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:
ValueDescription
0x86a class has been removed from the object or the object has been deleted entirely
0x87attributes have been modified
0x8fan extended action has been executed on the object
© 2022 Mobiland AG