DFU::Meta class of PicoRuby

Singleton methods

deep_copy

DFU::Meta.deep_copy(Hash[String, untyped] hash) -> Hash[String, untyped]

firmware_path

DFU::Meta.firmware_path(Hash[String, untyped] data, String slot_name) -> String?

inactive_slot

DFU::Meta.inactive_slot(Hash[String, untyped] data) -> String

load

DFU::Meta.load-> Hash[String, untyped]

recover

DFU::Meta.recover-> void

save

DFU::Meta.save(Hash[String, untyped] data) -> void

slot

DFU::Meta.slot(Hash[String, untyped] data, String slot_name) -> Hash[String, untyped]
Tags: class