Click or drag to resize

wclGattServer Methods

The wclGattServer type exposes the following members.

Methods
 NameDescription
Public methodAddService Creates new local GATT service and adds it to the services list.
Public methodClearServices Clears the local services list.
Public methodClients Gets the GATT server client by its index.
Public methodDeleteService Deletes the service with given index.
Protected methodDoClientConnected Fires the OnClientConnected event.
Protected methodDoClientDisconnected Fires the OnClientDisconnected event.
Protected methodDoConnectionParamsChanged Fires the OnConnectionParamsChanged event.
Protected methodDoConnectionPhyChanged Fires the OnConnectionPhyChanged event.
Protected methodDoMaxPduSizeChanged Fires the OnMaxPduSizeChanged event.
Protected methodDoNotificationSizeChanged Fires the OnNotificationSizeChanged event.
Protected methodDoRead Fires the OnRead event.
Protected methodDoStarted Fires the OnStarted event.
Protected methodDoStopped Fires the OnStopped event.
Protected methodDoSubscribed Fires the OnSubscribed event.
Protected methodDoUnsubscribed Fires the OnUnsubscribed event.
Protected methodDoWrite Fires the OnWrite event.
Protected methodEnter Enters the Bluetooth component protection critical section.
(Inherited from wclBluetoothComponent)
Public methodEqualsDetermines whether the specified Object is equal to the current Object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from 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)
Public methodInitialize Initializes Bluetooth LE GATT Server.
Protected methodLeave Leaves the Bluetooth component protection critical section.
(Inherited from wclBluetoothComponent)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodServices Gets the local GATT service by its index.
Public methodStart Starts the GATT server.
Public methodStop Stops the GATT server.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodUninitialize Uninitializes the Bluetooth LE GATT Server.
Top
See Also