Click or drag to resize

ClientAPI.Discover Method

Discovers cards on the network using the UPnP SSDP protocol, and returns a list of those discovered.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.7.1
Syntax
C#
public static CardInfo[] Discover()

Return Value

CardInfo[]
An 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