Click or drag to resize

wclRfCommServerConnectEvent Delegate

The prototype of the OnConnect event handler for RFCOMM server.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public delegate void wclRfCommServerConnectEvent(
	Object Sender,
	wclRfCommServerClientConnection Client,
	int Error
)

Parameters

Sender  Object
The object that initiated the event.
Client  wclRfCommServerClientConnection
The wclRfCommServerClientConnection represents a remote connected client.
Error  Int32
The connection operation result code. If the parameter is WCL_E_SUCCESS the connection to a remote device was established and the remote device is connected. Otherwise the connection was not established and the remote device is not connected.
See Also