Public Types | Public Member Functions | Static Public Member Functions | Data Fields

CloseMessage Struct Reference

#include <P_ClusterInternal.h>

Inherits ClusterMessageHeader.

Collaboration diagram for CloseMessage:
Collaboration graph
[legend]

Public Types

enum  { MIN_VERSION = 1, MAX_VERSION = 1, CLOSE_CHAN_MESSAGE_VERSION = MAX_VERSION }

Public Member Functions

 CloseMessage (uint16_t vers=CLOSE_CHAN_MESSAGE_VERSION)
void init (uint16_t vers=CLOSE_CHAN_MESSAGE_VERSION)
void SwapBytes ()

Static Public Member Functions

static int protoToVersion (int protoMajor)
static int sizeof_fixedlen_msg ()

Data Fields

uint32_t channel
int32_t status
int32_t lerrno
uint32_t sequence_number

Detailed Description

Definition at line 222 of file P_ClusterInternal.h.


Member Enumeration Documentation

anonymous enum
Enumerator:
MIN_VERSION 
MAX_VERSION 
CLOSE_CHAN_MESSAGE_VERSION 

Definition at line 229 of file P_ClusterInternal.h.


Constructor & Destructor Documentation

CloseMessage::CloseMessage ( uint16_t  vers = CLOSE_CHAN_MESSAGE_VERSION  )  [inline]

Definition at line 236 of file P_ClusterInternal.h.


Member Function Documentation

void CloseMessage::init ( uint16_t  vers = CLOSE_CHAN_MESSAGE_VERSION  )  [inline]

Definition at line 249 of file P_ClusterInternal.h.

References ClusterMessageHeader::_init().

static int CloseMessage::protoToVersion ( int  protoMajor  )  [inline, static]

Definition at line 240 of file P_ClusterInternal.h.

Referenced by ClusterHandler::close_ClusterVConnection().

static int CloseMessage::sizeof_fixedlen_msg (  )  [inline, static]

Definition at line 245 of file P_ClusterInternal.h.

void CloseMessage::SwapBytes (  )  [inline]

Field Documentation


The documentation for this struct was generated from the following file: