VeriStand .NET API Reference

CRC.AFPData Property

Gets or sets an array of data used to configure the CRC feature of AutomaticFrameProcessing.

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 Property AFPData As UInteger()
C#
public virtual uint[] AFPData { get; set; }
Visual C++
public:
virtual property array<unsigned int>^ AFPData {
	array<unsigned int>^ get ();
	void set (array<unsigned int>^ value);
}

Property Value

An array whose elements are described in the Remarks section.

Remarks

The array consists of the following elements:
  • AFPData[0]—The first byte to include in the CRC.
  • AFPData[1]—The last byte to include in the CRC.
  • AFPData[2]—The storage offset, a number of bytes by which to offset the byte on which the CRC data is stored.
  • AFPData[3]—A value that indicates whether to use the AlternateChannel you specify to trigger writing data. A value of 1 specifies to update data whenever the value of the AlternateChannel is non-zero. A value of 0 specifies to update data continuously.

See Also

Log in to get a better experience