Module server

Source

Structs§

ConfirmationEvent
ServiceDefinition
Defines a service to be added to a Server
ServiceId
ServiceId is used to identify a local service when publishing.

Enums§

NotificationType
ServiceEvent

Traits§

LocalService
ReadResponder
Responder that can send data that has been read from a characteristic.
Server
Services can be included in other services, and are included in the database when they are published. All included services should be prepared before the service including them. Publishing a service that includes other services will publish the included services, although the events associated with the included service will not be returned until the LocalService::publish is called.
WriteResponder
Responder that can acknowledge a write to a characteristic.