VeriStand .NET API Reference

CANPort.AFPGlobalData Property

Gets the global data used for automatic frame processing.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Overridable ReadOnly Property AFPGlobalData As UInteger()
C#
public virtual uint[] AFPGlobalData { get; }
Visual C++
public:
virtual property array<unsigned int>^ AFPGlobalData {
	array<unsigned int>^ get ();
}

Property Value

The array specified by the GlobalData parameter of SetAutomaticFrameProcessing.

See Also

Log in to get a better experience