Ejemplo n.º 1
0
 static short ProcessS16(HarpMessage input)
 {
     CheckErrors(input, PayloadType.S16);
     return(input.GetPayloadInt16());
 }