Beispiel #1
0
 public void EncodePayload()
 {
     BytePayload = Payload.Encode();
     Length      = BytePayload.Length;
 }