TROBroadcastServer
From RemObjects Software
This is a RemObjects SDK Architecture entry
Feel free to add your notes to this topic below.
Overview
TROBroadcastServer implements a UDP based server that uses the socket implementation provided by the open source Indy components that ship with Delphi.
Building upon the TROIndyUDPServer, the broadcast server is intended to work with broadcast messages that are sent to a (possibly large) number of hosts on the local network.
File
- uROBroadcastServer
Declaration
TROBroadcastServer = class(TROIndyUDPServer);
Hierarchy
- TROComponent
- TROBaseConnection
- TROServer
- TROIndyUDPServer
- TROBroadcastServer
- TROIndyUDPServer
- TROServer
- TROBaseConnection
Properties
| | | |
|---|---|---|
| OnRORequest | TNotifyEvent |
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 | Component | Delphi
