MissingPropertyException

An exception indicating that the operation cannot be performed, because of a missing property i.e. an attempt to read from a characteristic which doesn't have BleGattProperty.PROPERTY_READ.

Parameters

property

A missing property which causes exception.

Constructors

Link copied to clipboard
constructor(property: BleGattProperty)

Creates exception instance.

Properties

Link copied to clipboard
open override val cause: Throwable? = null
Link copied to clipboard
open override val message: String

Display message describing a problem

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard