Click or drag to resize

wclGattServerConnection Methods

The wclGattServerConnection 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 connection's critical section.
(Inherited from wclCustomConnection)
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)
Protected methodHalCreateClient Creates a driver specific GATT server client object.
Protected methodHalCreateService Creates a driver specific local GATT service object.
Protected methodHalInitialize Implements a driver specific code to initialize Bluetooth LE GATT Server.
Protected methodHalUninitialize Implements a driver specific code to uninitialize Bluetooth LE GATT Server.
Protected methodLeave Exists *leaves) the connection's critical section.
(Inherited from wclCustomConnection)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodMessageReceived The method called when a new notification message received.
(Overrides wclCustomConnectionMessageReceived(wclMessage))
Public methodServices Gets the local GATT service by its index.
Public methodStart Starts the Bluetooth LE GATT Server.
Public methodStop Stops the Bluetooth LE GATT Server.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also