SendGatewayMessage()

edit

Sends an outgoing message through an event gateway.

SendGatewayMessage( gatewayID=string, data=struct );

Returns: String

Argument Description
gatewayID
string, required
edit

Identifier of the gateway to send the message.

data
struct, required
edit

A structure.

Examples

edit

There are currently no examples for this function.

See also