IrDAClientDiscoverDevices Method
Obtains information about available devices.
Namespace: InTheHand.Net.SocketsAssembly: InTheHand.Net.IrDA (in InTheHand.Net.IrDA.dll) Version: 4.0.2+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
public IrDADeviceInfo[] DiscoverDevices()
Public Function DiscoverDevices As IrDADeviceInfo()
public:
array<IrDADeviceInfo^>^ DiscoverDevices()
member DiscoverDevices : unit -> IrDADeviceInfo[]
Return Value
IrDADeviceInfoThe discovered devices as an array of
IrDADeviceInfo.
Returns a maximum of 8 devices, for more flexibility use the other overloads.