Searched refs:byteB (Results 1 – 1 of 1) sorted by relevance
15 public PHYHeader802154(byte byteA, byte byteB, PHYType type) in PHYHeader802154() argument20 … Address = byteB; // This is TI CC1200 specific byte, normally 802.15.4 has just Length in PHYHeader802154()24 Length = byteB + ((byteA & 0x7u) << 8); in PHYHeader802154()