Overview
C API (Core)
struct EventAccessStructure { const char* structure; };

The Data should set its Structure from the passed text string (see EVENT_ACCESS_STRUCTURE_GET).

Fields

const char* structure IN
The object structure string.

Action

  • Set the Data structure from the text string pointed to by structure.

Example

C++ Source Code (against 1199)
// TODO // ok return C_OK;