IrDAClientDiscoverDevices Method

Obtains information about available devices.

Definition

Namespace: InTheHand.Net.Sockets
Assembly: InTheHand.Net.IrDA (in InTheHand.Net.IrDA.dll) Version: 4.0.2+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public IrDADeviceInfo[] DiscoverDevices()

Return Value

IrDADeviceInfo
The discovered devices as an array of IrDADeviceInfo.

Remarks

Returns a maximum of 8 devices, for more flexibility use the other overloads.

See Also