[docs]classOP_MSG(ctypes.Structure):_pack_=1# This will pack the structure without extra padding_fields_=[("messageLength",ctypes.c_uint32),("requestID",ctypes.c_uint32),("responseTo",ctypes.c_uint32),("opCode",ctypes.c_uint32),("flagBits",ctypes.c_uint32),("sectionType",ctypes.c_int8),# Ignoring checksums for now# ("checksum", ctypes.c_uint32),]