Returns all the named result names of the current signal instance.

Syntax

Namespace: NationalInstruments.RFmx.EvdoMX

public int GetAllNamedResultNames(string selectorString, out string[] resultNames, out bool defaultResultExists)

Parameters

NameTypeDescription
selectorStringstring

Pass an empty string. The signal name that is passed when creating the signal configuration is used.

resultNamesout string[]

Returns an array of result names.

defaultResultExistsout bool

Indicates whether the default result exists.

Returns

Returns the status code of this method. The status code either indicates success or describes a warning condition.