ami_SessionSendUnsolicitedMsg()
Function
Declaration
ami_Error ami_SessionSendUnsolicitedMsg(
ami_Session inAmiSession,
ami_AlertType inType,
const char * inpText,
int inId );
Purpose
Sends an unsolicited message to any interested subscribers.
Parameters
Parameter |
Description |
|
Handle of AMI session. |
|
Alert type of message. |
|
Textual description of message. |
|
User defined ID of message. |