Click or drag to resize

wclBluetoothGattServerClientParams Class

The base class for a driver specific GATT server client implementation parameters.
Inheritance Hierarchy
SystemObject
  wclBluetoothwclBluetoothGattServerClientParams

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public abstract class wclBluetoothGattServerClientParams : IDisposable

The wclBluetoothGattServerClientParams type exposes the following members.

Constructors
 NameDescription
Public methodwclBluetoothGattServerClientParams Creates new parameters object.
Top
Methods
 NameDescription
Public methodDispose Frees the object.
Public methodEqualsDetermines whether the specified Object is equal to the current Object.
(Inherited from Object)
Protected methodFree Frees the object.
Public methodGetHashCodeServes as a hash function for a particular type.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also