Public Attributes | |
| IntPtr | error |
| link to the current MqErrorS object | |
| IntPtr | data |
| always point to the beginning of the data-segment | |
| int | size |
| the size of the data-segment | |
| int | cursize |
| currently used size (always: cursize < size) | |
| int | numItems |
| the number of items in the data-segment (only if it is a package) | |
| BufferU | cur |
| ... | |
| AllocE | alloc |
| allocation style, DYNAMIC or STATIC | |
| TypeE | type |
| type of the item stored into the data-segment | |
Definition at line 319 of file csLibFbg.cs.
|
|
allocation style, DYNAMIC or STATIC
Definition at line 326 of file csLibFbg.cs. |
|
|
...
Definition at line 325 of file csLibFbg.cs. Referenced by Freiburg::Msgque::readO(). |
|
|
currently used size (always: cursize < size)
Definition at line 323 of file csLibFbg.cs. Referenced by Freiburg::Msgque::readO(). |
|
|
always point to the beginning of the data-segment
Definition at line 321 of file csLibFbg.cs. Referenced by Freiburg::Msgque::CallService(). |
|
|
link to the current MqErrorS object
Definition at line 320 of file csLibFbg.cs. |
|
|
the number of items in the data-segment (only if it is a package)
Definition at line 324 of file csLibFbg.cs. |
|
|
the size of the data-segment
Definition at line 322 of file csLibFbg.cs. |
|
|
type of the item stored into the data-segment
Definition at line 327 of file csLibFbg.cs. Referenced by Freiburg::Msgque::readO(). |
1.3.8-20040928