//kotlin-sdk/fr.gasmartbuilding.gasmartaccessreadersdk/LockReconUtils/byteArrayToInt
byteArrayToInt
[androidJvm]\ fun byteArrayToInt(bytes: ByteArray): Int
Convert byteArray to int
Return
Int conversion of the bytearray
Parameters
androidJvm
bytes | ByteArray to convert to Int |