VeriStand .NET API Reference

Table of Contents

FlexRayPort.KeySlot Property

Gets or sets the FlexRay slot number from which the XNET FlexRay interface transmits a startup frame during the process of integration with other cluster nodes.

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

Property Value

An integer representing the slot number.

See Also

Log in to get a better experience