Exemple #1
0
 public void Decode(ref Byte[] bytes, ref int index)
 {
     zExtraPrecision.Decode(ref bytes, ref index);
     xExtraPrecision.Decode(ref bytes, ref index);
     sector.Decode(ref bytes, ref index);
     index++;
 }
 public void Decode(ref Byte[] bytes, ref int index)
 {
     pitSchedule.Decode(ref bytes, ref index);
     pitMode.Decode(ref bytes, ref index);
     index++;
 }
 public void Decode(ref Byte[] bytes, ref int index)
 {
     flagReason.Decode(ref bytes, ref index);
     flagColour.Decode(ref bytes, ref index);
     index++;
 }
Exemple #4
0
 public void Decode(ref Byte[] bytes, ref int index)
 {
     sessionState.Decode(ref bytes, ref index);
     gameState.Decode(ref bytes, ref index);
     index++;
 }
Exemple #5
0
 public void Decode(ref Byte[] bytes, ref int index)
 {
     numGears.Decode(ref bytes, ref index);
     gear.Decode(ref bytes, ref index);
     index++;
 }