Click or drag to resize

wclWiiRemoteClientTimeout Property

Gets and sets the connect timeout value.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public uint Timeout { get; set; }

Property Value

UInt32
The connect timeout value in milliseconds.
Exceptions
Remarks
If an application changes the property when client is connected the wclEClientActive exception raises. If new value of the Timeout is 0 the wclEInvalidArgument exception raises.
See Also