TROBroadcastChannel

From RemObjects Software

Jump to: navigation, search

This is a RemObjects SDK Architecture entry
Feel free to add your notes to this topic below.



Overview

TROBroadcastChannel implements a UDP based channel that uses the socket implementation provided by the open source Indy components that ship with Delphi.

Building upon the TROIndyUDPChannel, the broadcast channel will not send its requests to one specific server, but will broadcast them to all servers listening on the local subnet.

The OnBroadcastResponseReceived event will be fired for each response that is received.

File

  • uROBroadcastChannel

Declaration

TROBroadcastChannel = class(TROIndyUDPChannel);

Hierarchy

Events

Event
Description
OnBroadcastResponseReceived Fires for each response that is received. The ResponseUID passed can be used to obtain the actual response data, using the GetResponseByUID method.


See Also


Product: RemObjects SDK
Current version: RemObjects SDK 'Vinci' (5.0)

ListsGlossaryFeaturesHow ToComponentsToolsSamplesArticlesArchitectureIssues

Personal tools