public class Util
extends java.lang.Object
Constructor and Description |
---|
Util() |
Modifier and Type | Method and Description |
---|---|
static int |
convertToCommonAddress(int byte1,
int byte2)
Returns the Common Address (CA) calculated from the given bytes.
|
static int |
convertToInformationObjectAddress(int byte1,
int byte2,
int byte3)
Returns the Information Object Address (IOA) calculated from the given bytes.
|
public static int convertToInformationObjectAddress(int byte1, int byte2, int byte3)
byte1
- the first bytebyte2
- the second bytebyte3
- the third bytepublic static int convertToCommonAddress(int byte1, int byte2)
byte1
- the first bytebyte2
- the second byte