Gocator API
Home
Topics
Types
Files
All
Classes
Files
Functions
Variables
Typedefs
Macros
Modules
Pages
GoExtParam GoExtTool_FindParameterById
(
GoExtTool
tool
,
const
kChar
*
label
)
Returns the parameter which matches the given label.
Version
Introduced in firmware 4.4.4.14
Parameters
tool
GoExtTool
object.
label
The label of the parameter to retrieve.
Returns
The parameter matching the label or kNULL if no match is found.
Remarks
The search is case sensitive.
GoExtTool