Created
February 3, 2011 20:52
-
-
Save andreacfm/810167 to your computer and use it in GitHub Desktop.
function
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sendGatewayMessage(String:name, Struct: data); | |
* name => the name of the gateway instance to invoke. | |
* data => a struct of data the gateway will process and will pass by to any listener function |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment