IrDAClientDiscoverDevices(Int32) Method

Obtains information about a specified number of devices.

Definition

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

Parameters

maxDevices  Int32
The maximum number of devices to get information about.

Return Value

IrDADeviceInfo
The discovered devices as an array of IrDADeviceInfo.

See Also