RFmxEvdoMX.BuildResultString Method
- Updated2024-07-17
- 1 minute(s) read
RFmxEvdoMXBuildResultString Method
Creates selector string for use with configuration or fetch.
Namespace: NationalInstruments.RFmx.EvdoMX
Assembly: NationalInstruments.RFmx.EvdoMX.Fx40 (in NationalInstruments.RFmx.EvdoMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)
Syntax
public static string BuildResultString( string resultName )
Public Shared Function BuildResultString ( resultName As String ) As String
Parameters
- resultName
- Type: SystemString
Specifies the result name for building the selector string. This input accepts the result name with or without the "result::" prefix. Example: "", "result::r1", "r1".
Return Value
Type: StringUpon return, contains the selector string created by this method.