ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

VeriStand .NET API Reference

AutomaticFrameProcessing.GetCRC Method

Gets the CRC (cyclic redundancy check) section under an AutomaticFrameProcessing section of an outgoing NI-XNET CAN frame.

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 Function GetCRC As CRC
C#
public CRC GetCRC()
Visual C++
public:
CRC^ GetCRC()

Return Value

A CRC object.

See Also