kmp-ble
Toggle table of contents
0.13.1
common
Target filter
common
Switch theme
Search in API
Skip to content
kmp-ble
kmp-ble-mesh
/
com.atruedev.kmpble.mesh.config
/
ConfigurationStatus
/
ConfigurationStatus
Configuration
Status
constructor
(
statusCode
:
UByte
,
description
:
String
=
if (statusCode == 0x00.toUByte()) "Success" else "Error 0x${statusCode.toString(16)}"
)