TROBroadcastChannel
From RemObjects Software
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
- TROComponent
- TROBaseConnection
- TROTransportChannel
- TROIndyUDPChannel
- TROBroadcastChannel
- TROIndyUDPChannel
- TROTransportChannel
- TROBaseConnection
Events
| | |
|---|---|
| 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)
Lists — Glossary — Features — How To — Components — Tools — Samples — Articles — Architecture — Issues
Categories: Text | RemObjects SDK | Architecture | Class | Channel | Component | Delphi
