NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Reference to "System.Collection.Generic.List"

Encountered a problem when making a .NET method call:

MT8855.StatusCode SetBluetoothProfile(
	MT8855.BluetoothProfileConfiguration newProfileConfiguration,
	ref List<MT8855.InvalidSettingInfo> invalidList
)

Parameters

newProfileConfiguration
Type: Anritsu.MMD.MT8855x.TestSet.MT8855.BluetoothProfileConfiguration
The structure containing the new settings.
invalidList
Type: System.Collections.Generic.List (Of <MT8855.InvalidSettingInfo>)
A list to hold information about any settings that are invalid.

Return Value

Status code indicating the success or otherwise of the call.

 

What should I do in TestStand to pass the reference of the list? 

0 Kudos
Message 1 of 3
(3,370 Views)

Hi,

 

Which Version of TS are you using?

till the lastest 4.2.1 no generics where supported ?

 

I am working with generics in the beta version.

and this is working well.

 

Regards

 

Juergen

 

--Signature--
Sessions NI-Week 2017 2016
Feedback or kudos are welcome
0 Kudos
Message 2 of 3
(3,363 Views)

Hi,

 

Just also visit this thread

http://forums.ni.com/t5/NI-TestStand/How-to-iterat​e-though-a-net-dictionary/td-p/1232557

 

Regards

 

juergen

--Signature--
Sessions NI-Week 2017 2016
Feedback or kudos are welcome
0 Kudos
Message 3 of 3
(3,360 Views)