Gocator API

◆ GoExtTool_FindParameterById()

GoExtParam GoExtTool_FindParameterById ( GoExtTool  tool,
const kChar label 
)
inherited

Returns the parameter which matches the given label.

Version
Introduced in firmware 4.4.4.14
Parameters
toolGoExtTool object.
labelThe 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.