Public Member Functions | |
def | __init__ |
def | recv |
def | send |
Public Attributes | |
daemon | |
finish | |
footer | |
header | |
opts | |
sock | |
Static Public Attributes | |
tuple | checksum_struct = struct.Struct("<hh") |
Private Member Functions | |
def | _checksum |
Common base class for DataPort and ControlPort. Provides functionality to recv/send Applanix-formatted packets from the socket. Could in future support LoggingPort and DisplayPort.
def port.Port.__init__ | ( | self, | |
sock, | |||
opts | |||
) |
def port.Port._checksum | ( | cls, | |
buff | |||
) | [private] |
def port.Port.recv | ( | self, | |
d = False |
|||
) |
def port.Port.send | ( | self, | |
header, | |||
message | |||
) |
tuple port.Port::checksum_struct = struct.Struct("<hh") [static] |