Struct SConfiguredProcessEvents¶
ClassList > SConfiguredProcessEvents
#include <SimulationRuntimeApi.h>
Public Attributes¶
| Type | Name |
|---|---|
| UINT16 | Channel |
| UINT16 | HardwareIdentifier |
| WCHAR | Name |
| EProcessEventType | ProcessEventType |
Public Attributes Documentation¶
variable Channel¶
UINT16 SConfiguredProcessEvents::Channel;
variable HardwareIdentifier¶
UINT16 SConfiguredProcessEvents::HardwareIdentifier;
variable Name¶
WCHAR SConfiguredProcessEvents::Name[DPROCESS_EVENT_NAME_MAX_LENGTH];
variable ProcessEventType¶
EProcessEventType SConfiguredProcessEvents::ProcessEventType;