GoPxL SDK
GoGdpNull.h
Go to the documentation of this file.
1 
9 #ifndef GO_PXL_SDK_GOGDPNULL_H
10 #define GO_PXL_SDK_GOGDPNULL_H
11 
13 
14 class GoGdpMsgTests;
15 
16 namespace GoPxLSdk
17 {
19  {
20  public:
27  GoGdpNull();
28  ~GoGdpNull() = default;
29 
38  void Deserialize(kSerializer serializer) override;
39 
47  const k32s ErrorStatus() const;
48 
49  private:
50  k32s errorStatus = 0;
51  friend class ::GoGdpMsgTests;
52  };
53 }
54 
55 #endif
#define GoPxLSdkClass
Definition: Def.h:35
Definition: GoGdpNull.h:18
Definition: Def.h:46
Definition: GoGdpMsg.h:37