Enumerations

The following enumerations are available globally.

  • エンディアンを表す列挙型。

    See more

    Declaration

    Swift

    public enum Endian : Int
  • 小数点以下の補正に使用する数値の列挙型。

    See more

    Declaration

    Swift

    public enum FactorType : Float
  • ログレベルを表す列挙型。

    See more

    Declaration

    Swift

    public enum IntdashLogLevel : Int
  • iSCPのデータタイプを表す列挙型。 iSCPのデータタイプに関する詳細は 詳説 iSCP 1.0 を参照してください。

    See more

    Declaration

    Swift

    public enum IntdashDataType : UInt8, CaseIterable
  • NMEAのデータタイプを表す列挙型。

    See more

    Declaration

    Swift

    public enum NMEADataType : String