Interface ExtendedData

    • Method Detail

      • hasData

        boolean hasData()
      • addSection

        void addSection​(@NonNull
                        UInt8 code,
                        @NonNull
                        UInt8 value)
      • addSection

        void addSection​(@NonNull
                        UInt8 code,
                        @NonNull
                        UInt16 value)
      • addSection

        void addSection​(@NonNull
                        UInt8 code,
                        @NonNull
                        UInt32 value)
      • addSection

        void addSection​(@NonNull
                        UInt8 code,
                        @NonNull
                        UInt64 value)
      • addSection

        void addSection​(@NonNull
                        UInt8 code,
                        @NonNull
                        Int8 value)
      • addSection

        void addSection​(@NonNull
                        UInt8 code,
                        @NonNull
                        Int16 value)
      • addSection

        void addSection​(@NonNull
                        UInt8 code,
                        @NonNull
                        Int32 value)
      • addSection

        void addSection​(@NonNull
                        UInt8 code,
                        @NonNull
                        Int64 value)
      • addSection

        void addSection​(@NonNull
                        UInt8 code,
                        @NonNull
                        Float16 value)
      • addSection

        void addSection​(@NonNull
                        UInt8 code,
                        @NonNull
                        java.lang.String value)
      • addSection

        void addSection​(@NonNull
                        UInt8 code,
                        @NonNull
                        Data value)