OnixS EuroTLX MITCH Handler for C++  1.1.0.1
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
SnapshotResponseMsg Struct Reference

Used by the server to respond to a snapshot request on the Recovery channel. More...

Public Member Functions

std::string toString () const
 Returns string representation.
 

Static Public Member Functions

static const char * name ()
 string name of the message
 

Public Attributes

SequenceNumber sequenceNumber
 This field will always be populated with 0.
 
UInt32 orderCount
 This field will always be populated with 0.
 
Byte status
 Status of the snapshot request.
 
Byte snapshotType
 Type of the snapshot.
 
UInt32 requestID
 Identifier, if any, of Snapshot Request.
 
- Public Attributes inherited from Message
UInt8 length
 Message Length.
 
Byte type
 Message Type.
 

Detailed Description

Used by the server to respond to a snapshot request on the Recovery channel.