Getting Started
SLClient
SLClient.__delattr__()
SLClient.__dir__()
SLClient.__eq__()
SLClient.__format__()
SLClient.__ge__()
SLClient.__getattribute__()
SLClient.__gt__()
SLClient.__hash__()
SLClient.__init__()
SLClient.__init_subclass__()
SLClient.__le__()
SLClient.__lt__()
SLClient.__ne__()
SLClient.__new__()
SLClient.__reduce__()
SLClient.__reduce_ex__()
SLClient.__repr__()
SLClient.__setattr__()
SLClient.__sizeof__()
SLClient.__str__()
SLClient.__subclasshook__()
Developer Resources
Indices and Tables
Processes each packet received from the SeedLinkConnection.
This method should be overridden when sub-classing SLClient.
count (int) – Packet counter.
slpack (SLPacket) – packet to process.
SLPacket
bool
True if connection to SeedLink server should be closed and session terminated, False otherwise.