Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Class Members | Related Pages

Freiburg::Msgque::BufferU Struct Reference

a union for all data items supported by BufferS. More...

List of all members.

Public Attributes

IntPtr B
 arbitrary binary data
IntPtr C
 C string like data (e.g. with a \0 at the end).
short * I2
 2 byte integer data
int * I4
 4 byte integer data
long * I8
 8 byte integer data
float * F
 4 byte float data
double * D
 8 byte double data
IntPtr * P
 4 byte pointer data
IntPtr L
 list object type data
IntPtr R
 return object type data


Detailed Description

a union for all data items supported by BufferS.

Shadow libFreiburg Object:
MqBufferU

Definition at line 293 of file csLibFbg.cs.


Member Data Documentation

IntPtr Freiburg::Msgque::BufferU::B
 

arbitrary binary data

Definition at line 295 of file csLibFbg.cs.

Referenced by Freiburg::Msgque::readO().

IntPtr Freiburg::Msgque::BufferU::C
 

C string like data (e.g. with a \0 at the end).

Definition at line 297 of file csLibFbg.cs.

Referenced by Freiburg::Msgque::readO().

double* Freiburg::Msgque::BufferU::D
 

8 byte double data

Definition at line 307 of file csLibFbg.cs.

Referenced by Freiburg::Msgque::readO().

float* Freiburg::Msgque::BufferU::F
 

4 byte float data

Definition at line 305 of file csLibFbg.cs.

Referenced by Freiburg::Msgque::readO().

short* Freiburg::Msgque::BufferU::I2
 

2 byte integer data

Definition at line 299 of file csLibFbg.cs.

Referenced by Freiburg::Msgque::readO().

int* Freiburg::Msgque::BufferU::I4
 

4 byte integer data

Definition at line 301 of file csLibFbg.cs.

Referenced by Freiburg::Msgque::readO().

long* Freiburg::Msgque::BufferU::I8
 

8 byte integer data

Definition at line 303 of file csLibFbg.cs.

Referenced by Freiburg::Msgque::readO().

IntPtr Freiburg::Msgque::BufferU::L
 

list object type data

Definition at line 311 of file csLibFbg.cs.

IntPtr* Freiburg::Msgque::BufferU::P
 

4 byte pointer data

Definition at line 309 of file csLibFbg.cs.

Referenced by Freiburg::Msgque::readO().

IntPtr Freiburg::Msgque::BufferU::R
 

return object type data

Definition at line 313 of file csLibFbg.cs.


The documentation for this struct was generated from the following file:
Generated on Tue Nov 23 16:15:59 2004 for csharpFreiburg by  doxygen 1.3.8-20040928