Ejemplo n.º 1
0
 static int ProcessS32(HarpMessage input)
 {
     CheckErrors(input, PayloadType.S32);
     return(input.GetPayloadInt32());
 }