4. 设置 intblobmsg_add_field(structblob_buf *buf,inttype,constchar*name,constvoid*data, unsignedintlen)staticinlineintblobmsg_add_u8(structblob_buf *buf,constchar*name, uint8_t val)staticinlineintblobmsg_add_u16(structblob_buf *buf,constchar*name, uint16_t val)staticinlineintblobmsg_add_u...
34:intblobmsg_add_field(structblob_buf *buf,inttype,constchar*name, 35:constvoid*data, unsignedintlen) 36: 37:staticinlineint 38:blobmsg_add_u8(structblob_buf *buf,constchar*name, uint8_t val) 39: 40:staticinlineint 41:blobmsg_add_u16(structblob_buf *buf,constchar*name, uint16_t v...
blobmsg_add_u32(b, name, json_object_get_int(obj)); break; case json_type_double: blobmsg_add_double(b, name, json_object_get_double(obj)); break; case json_type_null: blobmsg_add_field(b, BLOBMSG_TYPE_UNSPEC, name, NULL, 0); break; default: return false; } ...
34:intblobmsg_add_field(structblob_buf *buf,inttype,constchar*name, 35:constvoid*data, unsignedintlen) 36: 37:staticinlineint 38:blobmsg_add_u8(structblob_buf *buf,constchar*name, uint8_t val) 39: 40:staticinlineint 41:blobmsg_add_u16(structblob_buf *buf,constchar*name, uint16_t v...