VeriStand .NET API Reference

Content Type
Programming Language
Current manual
Table of Contents

SignalBasedFrame.GetAutomaticFrameProcessing Method

Gets the Automatic Frame Processing section of a frame, which contains the CRC and Counter sections for the frame.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)

Syntax

Visual Basic (Declaration)
Public Function GetAutomaticFrameProcessing As AutomaticFrameProcessing
C#
public AutomaticFrameProcessing GetAutomaticFrameProcessing()
Visual C++
public:
AutomaticFrameProcessing^ GetAutomaticFrameProcessing()

Return Value

An AutomaticFrameProcessing object.

Remarks

This method is only valid for outgoing CAN frames.

See Also

Was this information helpful?