Public Attributes | |
| IntPtr | myCtx |
| link to the ContextS object | |
| IntPtr | temp |
| misc temporary MqBufferS object | |
| BufferS * | name |
| the human readable name of the CsS | |
| short | debug |
| debug mode, form 0 (no) to 9 (maximum) | |
| short | stat |
| collect statistical data, form 0 (no) to 9 (maximum) | |
| short | silent |
| be silent? (boolean: 1-yes or 0-no) | |
| short | binary |
| use binary mode? (boolean: 1-yes or 0-no) | |
| IntPtr | send |
| object for sending a Msgque packet | |
| IntPtr | read |
| object for reading a Msgque packet | |
| IntPtr | io |
| object for management of the 'socket' infrastructure | |
| IntPtr | error |
| object used to store error messages | |
| IntPtr | statistic |
| object used to store statistical data | |
Definition at line 151 of file csLibFbg.cs.
|
|
use binary mode? (boolean: 1-yes or 0-no)
Definition at line 159 of file csLibFbg.cs. Referenced by Freiburg::Msgque::sendO(). |
|
|
debug mode, form 0 (no) to 9 (maximum)
Definition at line 156 of file csLibFbg.cs. |
|
|
object used to store error messages
Definition at line 164 of file csLibFbg.cs. Referenced by Freiburg::Msgque::ErrorCheck(), and Freiburg::Msgque::sendO(). |
|
|
object for management of the 'socket' infrastructure
Definition at line 163 of file csLibFbg.cs. |
|
|
link to the ContextS object
Definition at line 152 of file csLibFbg.cs. |
|
|
the human readable name of the CsS
Definition at line 154 of file csLibFbg.cs. Referenced by Freiburg::Msgque::CallService(). |
|
|
object for reading a Msgque packet
Definition at line 162 of file csLibFbg.cs. Referenced by Freiburg::Msgque::CallService(). |
|
|
object for sending a Msgque packet
Definition at line 161 of file csLibFbg.cs. Referenced by Freiburg::Msgque::CallService(), Freiburg::Msgque::sendO(), and Freiburg::Msgque::SendReturnAndWait(). |
|
|
be silent? (boolean: 1-yes or 0-no)
Definition at line 158 of file csLibFbg.cs. |
|
|
collect statistical data, form 0 (no) to 9 (maximum)
Definition at line 157 of file csLibFbg.cs. |
|
|
object used to store statistical data
Definition at line 165 of file csLibFbg.cs. |
|
|
misc temporary MqBufferS object
Definition at line 153 of file csLibFbg.cs. |
1.3.8-20040928