NI-SWITCH 19.0 .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

HandshakingInitiation Property

HandshakingInitiation Property
Gets or sets a value which specifies how to start handshaking with a measurement device.

Namespace:  NationalInstruments.ModularInstruments.NISwitch
Assembly:  NationalInstruments.ModularInstruments.NISwitch.Fx40 (in NationalInstruments.ModularInstruments.NISwitch.Fx40.dll) Version: 19.0.0.49152 (19.0.0.49152)

Syntax

Visual Basic (Declaration)
Public Property HandshakingInitiation As Integer
C#
public int HandshakingInitiation { get; set; }

Property Value

Type: System..::.Int32
The values that can be set on this property are defined in NISwitch.SwitchScanInitiation.

Exceptions

ExceptionCondition
ObjectDisposedException The HandshakingInitiation was accessed after the associated NISwitch.NISwitch object was disposed.

See Also

Was this information helpful?