GitHub    Download    Forum
Overview
Tutorial
C++ API
General interfaces
Data interfaces
Schema interfaces
Configuration interfaces
Callback interfaces
ISignal
IWaitObject
ICallbackObject
ISignalCallback
IEventClient
Notify
stcEventInfo
Structures
Error codes
DataAccess interfaces
C# API
WinRT API
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
© 2025 Mobiland AG