|
xfirelib::VariableValue Class Reference#include <variablevalue.h>
List of all members.
|
Public Member Functions |
| | VariableValue () |
| void | setName (std::string name) |
| void | setValueLength (int valueLength) |
| void | setValue (char *value) |
| void | setValue (std::string value) |
| void | setValue (const char *value, int valueLength) |
| void | setValueFromLong (long value, int bytes) |
| std::string | getName () |
| int | getValueLength () |
| char * | getValue () |
| int | readName (char *packet, int index) |
| int | readValue (char *packet, int index, int length=-1, int ignoreZeroAfterLength=0) |
| int | readVariableValue (char *packet, int index, int packetLength) |
| int | writeName (char *buf, int index) |
| int | writeValue (char *buf, int index) |
| long | getValueAsLong () |
Constructor & Destructor Documentation
| xfirelib::VariableValue::VariableValue |
( |
|
) |
|
|
Member Function Documentation
| std::string xfirelib::VariableValue::getName |
( |
|
) |
|
|
| char * xfirelib::VariableValue::getValue |
( |
|
) |
|
|
| long xfirelib::VariableValue::getValueAsLong |
( |
|
) |
|
|
| int xfirelib::VariableValue::getValueLength |
( |
|
) |
|
|
| int xfirelib::VariableValue::readName |
( |
char * |
packet, |
|
|
int |
index |
|
) |
|
|
| int xfirelib::VariableValue::readValue |
( |
char * |
packet, |
|
|
int |
index, |
|
|
int |
length = -1, |
|
|
int |
ignoreZeroAfterLength = 0 |
|
) |
|
|
| int xfirelib::VariableValue::readVariableValue |
( |
char * |
packet, |
|
|
int |
index, |
|
|
int |
packetLength |
|
) |
|
|
| void xfirelib::VariableValue::setName |
( |
std::string |
name |
) |
|
|
| void xfirelib::VariableValue::setValue |
( |
const char * |
value, |
|
|
int |
valueLength |
|
) |
|
|
| void xfirelib::VariableValue::setValue |
( |
std::string |
value |
) |
|
|
| void xfirelib::VariableValue::setValue |
( |
char * |
value |
) |
|
|
| void xfirelib::VariableValue::setValueFromLong |
( |
long |
value, |
|
|
int |
bytes |
|
) |
|
|
| void xfirelib::VariableValue::setValueLength |
( |
int |
valueLength |
) |
|
|
| int xfirelib::VariableValue::writeName |
( |
char * |
buf, |
|
|
int |
index |
|
) |
|
|
| int xfirelib::VariableValue::writeValue |
( |
char * |
buf, |
|
|
int |
index |
|
) |
|
|
The documentation for this class was generated from the following files:
|
|
|