mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-18 21:48:13 +00:00
13 lines
309 B
Python
13 lines
309 B
Python
|
# Automatically generated by pb2py
|
||
|
from __future__ import absolute_import
|
||
|
from .. import protobuf as p
|
||
|
|
||
|
|
||
|
class DebugLinkLog(p.MessageType):
|
||
|
FIELDS = {
|
||
|
1: ('level', p.UVarintType, 0),
|
||
|
2: ('bucket', p.UnicodeType, 0),
|
||
|
3: ('text', p.UnicodeType, 0),
|
||
|
}
|
||
|
MESSAGE_WIRE_TYPE = 104
|