DFU::Updater class of PicoRuby

Singleton methods

expected_size

DFU::Updater.expected_size(String buf) -> (Integer | nil)

new

DFU::Updater.new(?verify_crc: bool, ?verify_signature: bool, ?path: String?, ?read_timeout_sec: Integer, ?read_poll_ms: Integer) -> DFU::Updater

Instance methods

receive

instance.receive(untyped io) -> true
Tags: class