PAMI\AsyncAgi\Event\IAsyncAgiExecEvent
Async AGI Event interface.
Synopsis
interface IAsyncAgiExecEvent
{
- // methods
- public string getPrivilege()
- public string getChannel()
- public string getCommandID()
- public string getResult()
Methods
public
- getChannel() — Returns key: 'Channel'.
- getCommandID() — Returns key: 'CommandID'.
- getPrivilege() — Returns key: 'Privilege'.
- getResult() — Returns key: 'Result'.