VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ifSwitchSystemResponse.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
14 
15 
16 #pragma once
17 
19 #include <vrfutil/rwUUID.h>
20 
22 
25 #include "vrfmsgs/vrfmsgsDefines.h"
26 
28 {
29 
30 public:
33 
36 
39 
40  virtual ~DtIfSwitchSystemResponse();
41 
42  virtual int type() const;
43 
44  virtual DtSimInterfaceContent * clone() const;
45 
46  virtual int netRepSize() const;
47  virtual bool setFromNet(const char* contentBuffer,
48  unsigned contentSize);
49  virtual bool setToNet();
50 
51  static DtSimInterfaceContent* creator();
52 
54  virtual void setSuccess(bool suc);
55  virtual bool success() const;
56 
59  virtual void setEntity(const DtUUID&);
60 
62  virtual const DtUUID& entity() const;
63 
64 
65 protected:
68 };
69 

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)