Click or drag to resize

StopBitsConverter Class

Inheritance Hierarchy
SystemObject
  JsonConverter
    LynceeTec.InterfacesJsonEnumConverterStopBits
      LynceeTec.InterfacesStopBitsConverter

Namespace: LynceeTec.Interfaces
Assembly: LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 10.2.3317.0 , built 2025-03-17 14:03:43 UTC
Syntax
public class StopBitsConverter : JsonEnumConverter<StopBits>

The StopBitsConverter type exposes the following members.

Constructors
 NameDescription
Public methodStopBitsConverterInitializes a new instance of the StopBitsConverter class
Top
Properties
 NameDescription
Public propertyCanRead Gets a value indicating whether this JsonConverter can read JSON.
(Inherited from JsonConverter)
Public propertyCanWrite Gets a value indicating whether this JsonConverter can write JSON.
(Inherited from JsonConverter)
Top
Methods
 NameDescription
Public methodCanConvert
(Inherited from JsonEnumConverterT)
Public methodReadJson
(Inherited from JsonEnumConverterT)
Public methodWriteJson
(Inherited from JsonEnumConverterT)
Top
See Also