| AGIReplyGetUsage Method |
Returns the usage of the command sent if Asterisk expected a different
syntax (getStatus() == SC_INVALID_COMMAND_SYNTAX).
Namespace: AsterNET.FastAGIAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Public Function GetUsage As String
public:
String^ GetUsage()
member GetUsage : unit -> string
Return Value
Type:
String
the usage of the command sent,
null if there were no syntax errors.
See Also