subuser.sendRaw
(since 1.0)
Send a raw to a subuser.
Description
string
subuser.sendRaw
(
string name, object data, [object options] )
Used to send a raw only to this subuser.
Parameters
name
The raw's name
data
An object that will be JSON encoded and sent with the raw.
options
Options, see pipe.sendRaw for more information
Examples
Ape.registerCmd('foo', true, function(params, info) {
info.subuser.sendRaw('bar', {'ok':'true'});
});
User notes
# No comment
Post a note
CollaborAPE to our wiki !
Find the information you need on the APE Official Wiki : Install, Server, JSF, Help...
