Hi,
I'm trying to create a new command by using registerCmd, and I wanted
to know how exactly to use another Cmd inside this. So what I have is
like :
registerCmd("NEWCMD",true,function(params,info){
// Inside here I want to say use the SEND command, and
then send a RAW as a response. I know I can send the RAW with a simple
return. So, how do I use the SEND command here?
});
Also, I wanted to know where I can see how the SEND command works, as
I couldn't find the SEND command registered by the
registerCmd("SEND" ..... ) anywhere.
Thanks,
Thothathri
--
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/