25// uint16_t argsizes[COMMAND_MAXARGS]; /* length of each arg in argbuf */
26//uint8_t argtypes[COMMAND_MAXARGS]; /* type of each arg in argbuf. compatibility includes 0xFF for a non-encoded one (old-style), otherwise it is encoded, see readme.txt for possible encodings. if encoded get_arg() will return pointer to encoded binary buf. get_arg */