nRF Connect Device Manager
Toggle table of contents
3.2.0
release
Target filter
release
Switch theme
Search in API
Skip to content
nRF Connect Device Manager
mcumgr-core
/
no.nordicsemi.android.mcumgr.util
/
ByteUtil
/
byteArrayToHex
byte
Array
To
Hex
@
NotNull
open
fun
byteArrayToHex
(
a
:
@
NotNull
Array
<
Byte
>
)
:
@
NotNull
String
@
NotNull
open
fun
byteArrayToHex
(
a
:
@
NotNull
Array
<
Byte
>
,
format
:
String
)
:
@
NotNull
String
@
NotNull
open
fun
byteArrayToHex
(
a
:
@
NotNull
Array
<
Byte
>
,
offset
:
Int
,
length
:
Int
,
format
:
String
)
:
@
NotNull
String