Searched refs:linkType (Results 1 – 1 of 1) sorted by relevance
464 def __checkLinkType(self, linkType): argument465 if not (0 <= linkType <= 1):963 linkType = struct.unpack('<B', self.data[:1])[0];964 self.__checkLinkType(linkType);966 linkType = 0;967 return (linkType,);