ApplicationError

data class ApplicationError(val statusCode: Int = 128) : GattResponse.Error

Application Error defined by a higher specification.

Constructors

Link copied to clipboard
constructor(statusCode: Int = 128)

Properties

Link copied to clipboard
open override val statusCode: Int

the status code of the error. Must be in the range 0x80 - 0x9F