IncludedService

An interface representing a service included in another service.

There are no limits to the number of include definitions or the depth of nested includes in a service definition.

Properties

Link copied to clipboard
abstract val characteristics: List<C>

List of characteristics of this service.

Link copied to clipboard

List of included secondary services.

Link copied to clipboard
abstract val instanceId: Int

Instance id of a characteristic.

Link copied to clipboard
open override val owner: Peer<*>?

The owner of the service.

Link copied to clipboard
abstract val service: AnyService<C>

The parent service of the service.

Link copied to clipboard
abstract val uuid: Uuid

Uuid of a service.