160
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.
Action Type
Value for
Port
Variable
The name of the Variable
Event
The name of the Event to cancel or execute
HTTP Post
The URL to post to, e.g.
http://waci/rpc
The email addresses to send the e-mail to. Separate each e-mail address with
a semicolon (;), and separate the To, Cc, and Bcc address lists using a pipe (|),
e.g.
[email protected];[email protected]|[email protected]|[email protected]
Log
The name of the file to write the logged information to
Telnet
The IP address or host name of the Telnet server to command
All other cases
The name of the port of the associated device, e.g. “Port1”.
GetActionStopAfter ( ActionId )
GetActionStopAfter ( ActionId )
GetActionStopAfter ( ActionId )
GetActionStopAfter ( ActionId )
Returns the number of times to repeat the Action
Syntax
HRESULT GetActionStopAfter(
[in] long ActionId,
[out, retval] long* StopAfter
);
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”.
GetActionType ( ActionId )
GetActionType ( ActionId )
GetActionType ( ActionId )
GetActionType ( ActionId )
Returns the type of an Action, specified by its ID.