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