VeriStand .NET API Reference

Factory.GetIDataLogging Method

Gets the IDataLogging interface, which you can use to automate data logging in the VeriStand Gateway.

Namespace: NationalInstruments.VeriStand.ClientAPI
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Function GetIDataLogging ( _
	gatewayIPAddress As String _
) As IDataLogging
C#
public IDataLogging GetIDataLogging(
	string gatewayIPAddress
)
Visual C++
public:
IDataLogging^ GetIDataLogging(
	String^ gatewayIPAddress
)

Parameters

gatewayIPAddress
Type: System.String
Specifies the IP address of the VeriStand Gateway.

Return Value

Returns the IDataLogging interface, which you can use to automate data logging in the VeriStand Gateway.

See Also

Log in to get a better experience