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