AckisComponent

Undocumented in source.

Constructors

this
this(string mname, string comptype, string address, ushort port, string user, string pass)
Undocumented in source.

Members

Functions

Connect
void Connect()
Undocumented in source. Be warned that the author may not have intended to support it.
getVariable
string getVariable(string responseid, string varname)
Undocumented in source. Be warned that the author may not have intended to support it.
queryResource
string queryResource(string resource, string action, string data)
Undocumented in source. Be warned that the author may not have intended to support it.
regHelp
void regHelp(string trig, string desc)
Undocumented in source. Be warned that the author may not have intended to support it.
register
void register(string regex, void function(AckisComponent, string, string, string) callbackdg)
Undocumented in source. Be warned that the author may not have intended to support it.
runProtocol
int runProtocol()
Undocumented in source. Be warned that the author may not have intended to support it.
sendAuth
int sendAuth(string responseid, string username, string hash)
Undocumented in source. Be warned that the author may not have intended to support it.
sendMessage
int sendMessage(string responseid, string message, string messagetype)
Undocumented in source. Be warned that the author may not have intended to support it.
sendPacket
void sendPacket(XmlPacket msg)
Undocumented in source. Be warned that the author may not have intended to support it.
sendResponse
int sendResponse(string responseid, string response, string responsetype)
Undocumented in source. Be warned that the author may not have intended to support it.
sendVariable
int sendVariable(string responseid, string varname, string varval)
Undocumented in source. Be warned that the author may not have intended to support it.
setAuthCreds
void setAuthCreds(string user, string pass)
Undocumented in source. Be warned that the author may not have intended to support it.
setErrorCB
void setErrorCB(void function(AckisComponent, string) errcb)
Undocumented in source. Be warned that the author may not have intended to support it.
setResponseCB
void setResponseCB(void function(AckisComponent, string, string, string) respcb)
Undocumented in source. Be warned that the author may not have intended to support it.
setVariableCB
void setVariableCB(void function(AckisComponent, string, string, string) variablecb)
Undocumented in source. Be warned that the author may not have intended to support it.
vrunProtocol
void vrunProtocol()
Undocumented in source. Be warned that the author may not have intended to support it.
wait
void wait()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta