T-Library Messages Flashcards

1
Q

Address Registration

A

Client must register itself to the T-server in order to receive notification for any devices. Client sends RequestRegisterAddress with the ThisDN Field and the T-server will send EventRegistered if successful.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

send_to_client

A

Send to client as a unsolicited event or response.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

send_to_all

A

Send to all the connected clients due to a important system event such as the CTI being disconnect from the T-Server(EventLinkDisconnected).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

distribute_event

A

Commonly used type that sends notify to all connected client based on changes and events that happen in the system. The T-server see the system as set of devices and uses the ThisDN field to identify the device.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

distribute_response

A

A combination of send_to and distribute_type where it will notify the clients about activity on a DN resulting from a T-Lib request.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

distribute_user_data

A

Initiated by one of the clients connected to T-server and distributes event that are fabricated from these request since it leads to a change to other clients registered with affected devices as a unsolicited messages

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is RequestDistributeUserEvent?

A

Client use this to instruct T-server to distribute EventUserEvent(user data) and communicate with other clients via the T-Server

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a RequestDistributeEvent?

A

Instructs T-server to send event of the type specified in AttributeUserEvent field of the request. Used to fabricate events for virtue queues.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly