1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-22 06:18:07 +00:00
trezor-firmware/src/trezor/messages/Ping.py

11 lines
330 B
Python
Raw Normal View History

2016-05-03 16:28:58 +00:00
# Automatically generated by pb2py
2016-09-28 16:01:23 +00:00
import protobuf as p
from micropython import const
t = p.MessageType('Ping')
2016-10-03 13:41:38 +00:00
t.wire_type = const(1)
2016-05-03 16:28:58 +00:00
t.add_field(1, 'message', p.UnicodeType)
t.add_field(2, 'button_protection', p.BoolType)
t.add_field(3, 'pin_protection', p.BoolType)
t.add_field(4, 'passphrase_protection', p.BoolType)
2016-10-24 13:42:59 +00:00
Ping = t