2017-12-12 15:40:11 +00:00
|
|
|
# Automatically generated by pb2py
|
|
|
|
from .. import protobuf as p
|
|
|
|
|
|
|
|
|
|
|
|
class DebugLinkDecision(p.MessageType):
|
|
|
|
FIELDS = {
|
2018-04-04 01:49:56 +00:00
|
|
|
1: ('yes_no', p.BoolType, 0), # required
|
2017-12-12 15:40:11 +00:00
|
|
|
}
|
|
|
|
MESSAGE_WIRE_TYPE = 100
|