Visual Basic (Declaration) | |
---|---|
Public MustOverride Property IsOverloaded As Boolean |
C# | |
---|---|
public abstract bool IsOverloaded {get; set;} |
This should be set true if a range overload occurred on the channel in the data that will be sent via SendData(IEnumerable<Single[]>). This value is read and cleared each time data is consumed from the internal FIFO. This value is persistent and cannot be cleared via this property. This sets properties for all channels, and gets the property value of the first channel. Use Channels to get or set properties of individual channels. Changes to this read-only property may be detected through UserInputChangeRegister.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)