Go to the documentation of this file.00001 """autogenerated by genpy from zeroconf_msgs/Protocols.msg. Do not edit."""
00002 import sys
00003 python3 = True if sys.hexversion > 0x03000000 else False
00004 import genpy
00005 import struct
00006
00007
00008 class Protocols(genpy.Message):
00009 _md5sum = "6e173730dc50e42e6497a38ee52e9e4d"
00010 _type = "zeroconf_msgs/Protocols"
00011 _has_header = False
00012 _full_text = """
00013 # Protocol definitions used by all zeroconf messages and services.
00014
00015 int8 UNSPECIFIED = 0
00016 int8 IPV4 = 1
00017 int8 IPV6 = 2
00018
00019 """
00020
00021 UNSPECIFIED = 0
00022 IPV4 = 1
00023 IPV6 = 2
00024
00025 __slots__ = []
00026 _slot_types = []
00027
00028 def __init__(self, *args, **kwds):
00029 """
00030 Constructor. Any message fields that are implicitly/explicitly
00031 set to None will be assigned a default value. The recommend
00032 use is keyword arguments as this is more robust to future message
00033 changes. You cannot mix in-order arguments and keyword arguments.
00034
00035 The available fields are:
00036
00037
00038 :param args: complete set of field values, in .msg order
00039 :param kwds: use keyword arguments corresponding to message field names
00040 to set specific fields.
00041 """
00042 if args or kwds:
00043 super(Protocols, self).__init__(*args, **kwds)
00044
00045 def _get_types(self):
00046 """
00047 internal API method
00048 """
00049 return self._slot_types
00050
00051 def serialize(self, buff):
00052 """
00053 serialize message into buffer
00054 :param buff: buffer, ``StringIO``
00055 """
00056 try:
00057 pass
00058 except struct.error as se: self._check_types(se)
00059 except TypeError as te: self._check_types(te)
00060
00061 def deserialize(self, str):
00062 """
00063 unpack serialized message in str into this message instance
00064 :param str: byte array of serialized message, ``str``
00065 """
00066 try:
00067 end = 0
00068 return self
00069 except struct.error as e:
00070 raise genpy.DeserializationError(e)
00071
00072
00073 def serialize_numpy(self, buff, numpy):
00074 """
00075 serialize message with numpy array types into buffer
00076 :param buff: buffer, ``StringIO``
00077 :param numpy: numpy python module
00078 """
00079 try:
00080 pass
00081 except struct.error as se: self._check_types(se)
00082 except TypeError as te: self._check_types(te)
00083
00084 def deserialize_numpy(self, str, numpy):
00085 """
00086 unpack serialized message in str into this message instance using numpy for array types
00087 :param str: byte array of serialized message, ``str``
00088 :param numpy: numpy python module
00089 """
00090 try:
00091 end = 0
00092 return self
00093 except struct.error as e:
00094 raise genpy.DeserializationError(e)
00095
00096 _struct_I = genpy.struct_I