77
Parameters
ActionId
[in] ID of the action to examine.
StopAfter
[out, retval] The number of times to execute the Action
Remarks
If
-1
is returned in
StopAfter
, then the Action will execute continuously until the owning Event is specifically canceled
by an Action of type “Event”.
GetActionPort ( ActionId )
Returns the destination port of the Action specified by
ActionId
Syntax
HRESULT GetActionPort(
[in] long ActionId,
[out, retval] BTSR* Port
);
Parameters
ActionId
[in] ID of the action to examine.
Port
[out, retval] Port to output to
Remarks
The value of
Port
represents where the Action is going to send its output. For variable Actions, the
Port
value is the
name of the Variable. Actions that execute or cancel an Event, the
Port
value is the name of the Event. In all other cases,
Port
is the name of the port of the associated device, e.g. “Port1”.
GetActionOutput ( ActionId )
Returns the value that is sent out the Action’s port upon the Action being triggered.
Syntax
HRESULT GetActionOutput(
[in] long ActionId,
[out, retval] BTSR* Output
);
Parameters
ActionId
[in] ID of the action to examine.
Output
[out, retval] Value to be output
Summary of Contents for CRM-WIC
Page 1: ...Reference Manual Programming Guide Room Monitor Web Intelligent Controller Model CRM WIC...
Page 8: ...8 Hardware User Interface Hardware User Interface for the CRM WIC...
Page 16: ...16 For full details see the RPC section at the end of this manual...
Page 43: ...43 This expression resolves to this value 0 1 4 3 1 Hello Hello 0...
Page 98: ...98 Index...