def load_payload(self, b):
self.body_length = len(b) + 8 # II from position, length
ctypes.memmove(ctypes.addressof(self.data_reply.data), bytes(b),
len(b))
self.command.packet_length = self.body_length