- getHexString(byte[]) - Static method in class ch.hevs.synd.sin.utils.Utility
-
Utility method to convert a byte array in a string made up of hex (0,.. 9, a,..f)
- getHexString(byte[], int, int) - Static method in class ch.hevs.synd.sin.utils.Utility
-
Utility method to convert a byte array in a string made up of hex (0,.. 9, a,..f)
- getHexStringForDebug(byte[], int, int) - Static method in class ch.hevs.synd.sin.utils.Utility
-
Utility method to convert a byte array in a string made up of hex (0,.. 9, a,..f) and
format the string with `0xCC` where CC is the string in HEX
- getStringRndVal(int) - Static method in class ch.hevs.synd.sin.utils.Utility
-
Retrieves a random value rounded to 2 decimal...