Working with BLOB in Services
Hi,
i get properties from a remote device (edge) via C-SDK.
There is one property of Type blob (byteArray) which contains multiple (0-32) bytes.
How can i work with blob?
How can i do some bit logic, like check if bit "18" is set?
Checks on the edge Device is not possible because bytes have a different meaning from device to device. Only the Plattform knows how to interpret the bytes
