static Uint8List setForwardsCount(int count, Uint8List datagram) { datagram[0] = count; return datagram; }