WebMockCharacteristicWrapper
class WebMockCharacteristicWrapper(val uuid: UUID = randomUUID(), val properties: Set<CharacteristicProperty> = emptySet(), val service: RemoteServiceWrapper = WebMockServiceWrapper(), descriptorUUIDs: List<UUID> = emptyList()) : MockCharacteristicWrapper
Constructors
Link copied to clipboard
constructor(uuid: UUID = randomUUID(), properties: Set<CharacteristicProperty> = emptySet(), service: RemoteServiceWrapper = WebMockServiceWrapper(), descriptorUUIDs: List<UUID> = emptyList())