TRODiscoveryOptions
From RemObjects Software
This is a RemObjects SDK Architecture entry
Feel free to add your notes to this topic below.
Overview
TRODiscoveryOptions is an (empty) struct that forms a base for passing custom data between clients and server when using Service Discovery.
To pass actual information, you would add a new struct to your RODL file, descending from TRODiscoveryOptions, and pass instances of that class to the TRODiscoveryClient.RefreshServerList method or back from the TRODiscoveryServer.OnServiceFound event.
File
- uRODiscovery_Intf
Declaration
TRODiscoveryOptions = class(TROComplexType);
Hierarchy
- TCollectionItem
- TROComplexType
- TRODiscoveryOptions
- TROComplexType
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 | Delphi
