Exemplo n.º 1
0
 static long ProcessS64(HarpMessage input)
 {
     CheckErrors(input, PayloadType.S64);
     return(input.GetPayloadInt64());
 }