IROBroadcastNotification

Overview

The IROBroadcastNotification interface provides methods to react to a Discovery server response. TROBroadcastChannel uses a list of these interfaces for listener notifications about server responses.

Use Cases

In most cases you will not use this interface directly, but if you wish to create your own discovery client, you have to implement this interface in order to receive notifications from the TROBroadcastChannel. In Remoting SDK, this interface is implemented by the TROCustomDiscoveryClient class.

Location


Required Methods


ResponseReceived

This method is called by TROBroadcastChannel when a response from the server is received.

procedure ResponseReceived(ServerIP: string; ResponseUID: string)

Parameters:

  • ServerIP: String that represents the server's IP address.
  • ResponseUID: Unique identifier of the response received from the server.