Searched refs:statusByte (Results 1 – 1 of 1) sorted by relevance
66 public static int getBytesPerMessage(byte statusByte) { in getBytesPerMessage() argument69 int statusInt = statusByte & 0xFF; in getBytesPerMessage()