Blitz Logger - Internal Documentation
blitz.data
Enter search terms or a module, class or function name.
Provides “static” communication codes for Tcp Communication. Usage is:
from blitz.constants import CommunicationCodes tcp.send(CommunicationCodes.Acknowledge)
A class method which builds a communication code of more than one part such as a download or error command.
Usage:
>>> CommunicationCodes.composite(CommunicationCodes.Download, 1) "DOWNLOAD 1"