VeriStand .NET API Reference

RawDataBasedFrame.ID Property

Gets or sets the identifier number for the frame. For LIN frames, this is the frame ID. For CAN frames, this is the Arbitration ID. For FlexRay frames, this is the Slot ID in which the frame is sent.

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

Property Value

The frame ID.

See Also

Log in to get a better experience