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.5.2
Syntax public static CardInfo[] Discover()
Return Value
CardInfoAn array of discovered cards.
Remarks The 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