|
string const GetValue |
( |
string const & |
_name, |
|
|
uint32 const |
_index = 0 |
|
) |
const |
|
|
Gets the value from a name-value pair in the message body.
- Parameters:
-
| _name | name of the item for which we wish to obtain the value. |
| _index | the value index. Optional parameter used when the name has more than one value associated with it (as with filters and groups, for example). For a more detailed description of how the indexing works, |
- See also:
- xplMsg::SetValue. Defaults to zero.
- Returns:
- A string containing the value from the specified name=value pair.
- See also:
- AddValue, SetValue, GetMsgItem.
|
|