ExtendedData
public protocol ExtendedData
ExtendedData - could be empty
-
Undocumented
Declaration
Swift
func hasData() -> Bool -
Undocumented
Declaration
Swift
func addSection(code: ExtendedDataSegmentCode, value: UInt8) -
Undocumented
Declaration
Swift
func addSection(code: ExtendedDataSegmentCode, value: UInt16) -
Undocumented
Declaration
Swift
func addSection(code: ExtendedDataSegmentCode, value: Float16) -
Undocumented
Declaration
Swift
func addSection(code: ExtendedDataSegmentCode, value: Float32) -
Undocumented
Declaration
Swift
func addSection(code: ExtendedDataSegmentCode, value: String) -
Catch-all for all other or future types
Declaration
Swift
func addSection(code: ExtendedDataSegmentCode, value: Data) -
Undocumented
Declaration
Swift
func payload() -> PayloadData?
ExtendedData Protocol Reference