
71
Concurrent
[in] Set to 1 to execute Actions concurrently, and 0 otherwise.
Source
[in] Port, variable, etc. to be used for the source of the Event’s trigger. The value of
Source
depends on the type of
Event.
Event Type
Format String
Clock and Timer
“RTC”
Variable
Name of the Variable
Serial
“Port%d”, where %d
represents a number
Match
[in] Value to match to trigger the Event.
EventId
[out, retval] ID of the new event.
Remarks
Call this function to add a new Event. After making this call, a call to SetEventSchedule is required for all events of type
Clock or Timer.
A call to SetEventOption should also to be made using the newly returned EventId to set or clear the expression flag for the
Event’s match value.
DeleteEventById ( EventId )
Delete an Event specified by its ID.
Syntax
HRESULT DeleteEventById(
[in] long EventId,
[out, retval] VARIANT_BOOL* Success
);
Parameters
EventId
[in] ID of the event to delete.
Success
[out, retval] TRUE if the specified event was successfully deleted, FALSE if deleting the event failed.
Remarks
Calling this function deletes the Event as well as all Actions belonging to the Event.
DeleteEventByName ( Name )
Delete an Event specified by its name.
Syntax
HRESULT DeleteEventByName(
[in] BSTR Name,
[out, retval] VARIANT_BOOL* Success
);
Parameters
Name
[in] Name of the event to delete.
Success
[out, retval] TRUE if the specified event was successfully deleted, FALSE if deleting the event failed.
Remarks
Calling this function deletes the Event as well as all Actions belonging to the Event.
Содержание CRM-WIC
Страница 1: ...Reference Manual Programming Guide Room Monitor Web Intelligent Controller Model CRM WIC...
Страница 7: ...7 Box Contents Box Contents for the CRM WIC Web Intelligent Controller Model CRMWIC Power Adapter...
Страница 8: ...8 Hardware User Interface Hardware User Interface for the CRM WIC...
Страница 16: ...16 For full details see the RPC section at the end of this manual...
Страница 43: ...43 This expression resolves to this value 0 1 4 3 1 Hello Hello 0...
Страница 98: ...98 Index...