Click or drag to resize

wclWiiRemoteClientConnectionConnect(Int64, UInt32) Method

Connects to a remote device.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public int Connect(
	long Address,
	uint Timeout = 10000
)

Parameters

Address  Int64
The remote Bluetooth device address.
Timeout  UInt32  (Optional)
The connect timeout in milliseconds. The default value is 10000 milliseconds.

Return Value

Int32
If the function succeed the return value is WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.
Remarks

The method starts a connection operation to a remote device. If the method success that does not mean that the connection was established. That just means that the connection operation was started. The real connection result will be passed to the OnConnect event handler.

NOTE: BlueSoleil does not support Authentication and Encryption parameters per connection.

See Also