Jump to: navigation, search

TSendEventEx

Description

Sends the T-Library event specified by the parameter event to T-Server. This makes the data from the event available to the clients registered to receive events about the telephony object specified by the attribute ThisDn in the event. As distinct from the function TSendEvent(), this function also allows for a client specified by the parameter client_id to receive the event in question. (See below for details.)

Parameters

Name Description
server Local server handle to the T-Server in question.
event A pointer to the data structure that should be sent. T-Server checks the contents of the data structure only to see if reference ID exists. When there exists a value for a reference ID, that attribute is passed only to the client specified by the parameter client_id. The remaining data structure is distributed both to that client and to the client(s) registered on the telephony object specified by the ThisDN attribute of the event in question.
client_id Client identified for receipt of the data structure, including the reference ID, being sent.


Return Values

Standard (See standard-return-values.)

Comments

T-Server is not concerned with the contents of the user event.

This page was last edited on June 27, 2017, at 20:21.
Comments or questions about this documentation? Contact us for support!