Click or drag to resize

wclRfCommServerItem Property

Gets the connected client by its index.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public wclRfCommServerClientConnection this[
	int Index
] { get; }

Parameters

Index  Int32
 

Property Value

wclRfCommServerClientConnection
The wclRfCommServerClientConnection represents the connected client.
See Also