Exemplo n.º 1
0
 static uint ProcessU32(HarpMessage input)
 {
     CheckErrors(input, PayloadType.U32);
     return(input.GetPayloadUInt32());
 }