ZTCharacteristic

class ZTCharacteristic(uuid: UUID, types: ZTCharacteristic.Type)

Represents a BLE characteristic.

Author

Alexandre Lemoult <a.lemoult@zhortech.com>

Constructors

ZTCharacteristic
Link copied to clipboard
fun ZTCharacteristic(uuid: UUID, vararg types: ZTCharacteristic.Type)

Types

Type
Link copied to clipboard
enum Type : Enum<ZTCharacteristic.Type>

Properties

types
Link copied to clipboard
val types: Array<out ZTCharacteristic.Type>
uuid
Link copied to clipboard
val uuid: UUID