Interface ExtendedData
-
- All Known Implementing Classes:
ConcreteExtendedDataV1
public interface ExtendedData
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addSection(UInt8 code, Data value)
void
addSection(UInt8 code, Float16 value)
void
addSection(UInt8 code, Int16 value)
void
addSection(UInt8 code, Int32 value)
void
addSection(UInt8 code, Int64 value)
void
addSection(UInt8 code, Int8 value)
void
addSection(UInt8 code, UInt16 value)
void
addSection(UInt8 code, UInt32 value)
void
addSection(UInt8 code, UInt64 value)
void
addSection(UInt8 code, UInt8 value)
void
addSection(UInt8 code, java.lang.String value)
boolean
hasData()
PayloadData
payload()
-
-
-
Method Detail
-
hasData
boolean hasData()
-
addSection
void addSection(@NonNull UInt8 code, @NonNull java.lang.String value)
-
payload
@NonNull PayloadData payload()
-
-