InputOverflowChannel Class
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
Represents an input overflow count channel, which tracks the number of times the system fails to write data to an asynchronous custom device because the FIFO is full. A single custom device can have only one input overflow count channel.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Class InputOverflowChannel _ Inherits CustomDeviceChannel |
| C# |
|---|
public class InputOverflowChannel : CustomDeviceChannel |
| Visual C++ |
|---|
public ref class InputOverflowChannel : public CustomDeviceChannel |
Remarks
Use the members of this class to create and configure an input overflow count channel.
Accessing this Class
Inheritance Hierarchy
System.Object
NationalInstruments.VeriStand.SystemDefinitionAPI.BaseNode
NationalInstruments.VeriStand.SystemDefinitionAPI.CustomDeviceBase
NationalInstruments.VeriStand.SystemDefinitionAPI.CustomDeviceChannel
NationalInstruments.VeriStand.SystemDefinitionAPI.InputOverflowChannel
NationalInstruments.VeriStand.SystemDefinitionAPI.BaseNode
NationalInstruments.VeriStand.SystemDefinitionAPI.CustomDeviceBase
NationalInstruments.VeriStand.SystemDefinitionAPI.CustomDeviceChannel
NationalInstruments.VeriStand.SystemDefinitionAPI.InputOverflowChannel
Thread Safety
Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.