VeriStand .NET API Reference

InterfaceChannels.GetSleepModeChannel Method

Gets a copy of the Transceiver State, or Sleep Mode, channel under an NI-XNET CAN port. The Sleep Mode channel controls the sleep mode option on an NI-XNET CAN port. A port in sleep mode does not transmit data until you release sleep mode or until the port receives an incoming 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 GetSleepModeChannel As SleepMode
C#
public SleepMode GetSleepModeChannel()
Visual C++
public:
SleepMode^ GetSleepModeChannel()

Return Value

A copy of the SleepMode channel object.

See Also

Log in to get a better experience