nn::nex::StationURL::Get Member Function

Syntax

qBool Get(
     const String & strKey,
     String * pstrValue
) const;

Parameters

Name Description
in strKey Key of the value to get.
out pstrValue Pointer to where the specified key value is saved.

Return Values

true when the specific attribute exists; false if it does not.

Description

Returns the value associated with the specified key.

See Also

Set, Remove

Revision History

2011/01/27
Initial version.

CONFIDENTIAL