Click or drag to resize

RecordingDeviceInfo Class

LightningChart .NET Help
Represents recording device info.
Inheritance Hierarchy
SystemObject
  Arction.WinForms.SignalProcessingRecordingDeviceInfo

Namespace:  Arction.WinForms.SignalProcessing
Assembly:  Arction.WinForms.SignalProcessing.SignalTools (in Arction.WinForms.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntax
public class RecordingDeviceInfo

The RecordingDeviceInfo type exposes the following members.

Constructors
  NameDescription
Public methodRecordingDeviceInfo
Constructor.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified RecordingDeviceInfo has the same id as the current RecordingDeviceInfo object.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Serves as a hash function for the current object.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldDescription
Recording device description.
Public fieldDriverGuid
Recording device id.
Public fieldModuleName
Recording device module name.
Top
See Also