mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-12 18:49:07 +00:00
12 lines
272 B
Python
12 lines
272 B
Python
|
# Automatically generated by pb2py
|
||
|
from __future__ import absolute_import
|
||
|
from .. import protobuf as p
|
||
|
|
||
|
|
||
|
class FirmwareRequest(p.MessageType):
|
||
|
FIELDS = {
|
||
|
1: ('offset', p.UVarintType, 0),
|
||
|
2: ('length', p.UVarintType, 0),
|
||
|
}
|
||
|
MESSAGE_WIRE_TYPE = 8
|