Discovers cards on the network using the UPnP SSDP protocol, and returns a list of those discovered.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.7.0
Syntaxpublic static CardInfo[] Discover()
Return Value
CardInfoAn array of discovered cards.
RemarksThe discovery process may take several seconds, typically up to 10 seconds.
The method is blocking, and does not return until the complete process has finished.
See Also