Open-Transactions  0.93.0-ge03d287
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
u_header Union Reference

#include <stdafx.hpp>

Public Attributes

BYTE buf [OT_CMD_HEADER_SIZE]
 
struct {
   BYTE   type_id
 
   BYTE   command_id
 
   BYTE   filler [2]
 
   uint32_t   size
 
   BYTE   checksum
 
fields
 

Detailed Description

Definition at line 24 of file stdafx.hpp.

Member Data Documentation

BYTE u_header::buf[OT_CMD_HEADER_SIZE]

Definition at line 26 of file stdafx.hpp.

BYTE u_header::checksum

Definition at line 33 of file stdafx.hpp.

BYTE u_header::command_id

Definition at line 30 of file stdafx.hpp.

struct { ... } u_header::fields
BYTE u_header::filler[2]

Definition at line 31 of file stdafx.hpp.

uint32_t u_header::size

Definition at line 32 of file stdafx.hpp.

BYTE u_header::type_id

Definition at line 29 of file stdafx.hpp.


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