bluetooth
Toggle table of contents
2.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
bluetooth
bluetooth
/
pl.efento.mobile.bluetooth.model.sensor
/
RuntimeError
/
CoapDecodeFailed
Coap
Decode
Failed
data
class
CoapDecodeFailed
(
val
rawData
:
List
<
Long
>
,
val
status
:
RuntimeError.CoapDecodeFailed.Status
?
,
val
optionalData
:
Long
)
:
RuntimeError
Members
Constructors
Coap
Decode
Failed
Link copied to clipboard
constructor
(
rawData
:
List
<
Long
>
,
status
:
RuntimeError.CoapDecodeFailed.Status
?
,
optionalData
:
Long
)
Types
Status
Link copied to clipboard
enum
Status
:
Enum
<
RuntimeError.CoapDecodeFailed.Status
>
Properties
id
Link copied to clipboard
open
val
id
:
Int
optional
Data
Link copied to clipboard
val
optionalData
:
Long
raw
Data
Link copied to clipboard
open
override
val
rawData
:
List
<
Long
>
status
Link copied to clipboard
val
status
:
RuntimeError.CoapDecodeFailed.Status
?