Lists the UPNnP devices available on the network.
Syntax
<Result> = UPNPListDevice(<Type> , <Port> [, <Address> [, <Timeout>]])
<Result>: Array of upnpDevice variables
Name of the array of upnpDevice variables containing the list of devices found on the network.
<Type>: Character string
Type of devices to list.
<Port>: Integer
Port number used for the search.
<Address>: Optional character string
Address on which the search socket is created.
<Timeout>: Optional integer
Maximum timeout expressed in seconds. This parameter can correspond to: - an integer corresponding to the number of seconds,
- a Duration variable,
- the duration in a readable format (e.g., 1 s or 10 ms).
This parameter corresponds to 5 seconds by default.
Component: wd280device.dll