Loads a firmware file
Definition at line 71 of file px_uploader.py.
def px_uploader.firmware.__init__ |
( |
|
self, |
|
|
|
path |
|
) |
| |
def px_uploader.firmware.__crc32 |
( |
|
self, |
|
|
|
bytes, |
|
|
|
state |
|
) |
| |
|
private |
def px_uploader.firmware.crc |
( |
|
self, |
|
|
|
padlen |
|
) |
| |
def px_uploader.firmware.property |
( |
|
self, |
|
|
|
propname |
|
) |
| |
tuple px_uploader.firmware.crcpad = bytearray(b'\xff\xff\xff\xff') |
|
static |
tuple px_uploader.firmware.crctab |
|
static |
dictionary px_uploader.firmware.desc = {} |
|
static |
px_uploader.firmware.desc |
tuple px_uploader.firmware.image = bytes() |
|
static |
px_uploader.firmware.image |
The documentation for this class was generated from the following file: