Click or drag to resize

wclGattLocalCharacteristicParameters Structure

The structure represents a GATT local characteristic parameters.
Inheritance Hierarchy
SystemObject
  SystemValueType
    wclBluetoothwclGattLocalCharacteristicParameters

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public struct wclGattLocalCharacteristicParameters

The wclGattLocalCharacteristicParameters type exposes the following members.

Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
Fields
 NameDescription
Public fieldDescriptors Custom descriptors.
Public fieldPresentationFormats The characteristic's presentation formats.
Public fieldProps The characteristic's properties.
Public fieldReadProtectionLevel The read protection level of a local characteristic.
Public fieldUserDescription The characteristic's user-friendly description.
Public fieldWriteProtectionLevel The write protection level of a local characteristic.
Top
See Also