AddUInt16
status_t AddUInt16(const char *name, uint16 value);
status_t AddUInt16(const char* name, uint16 value);
status_t AddUInt16(const char* name, uint16 value);
msg.AddUInt16("width", width);
msg.AddUInt16("height", height);
msg.AddUInt16("iterations", id); \
request.AddUInt16("packet type", packetType);
request.AddUInt16("clock_offset", fClockOffset);
return fCurrentMessage->AddUInt16(name, value);
ret = AddUInt16(name, value);
return message.AddUInt16(fieldName, fUInt16);
device.AddUInt16("clock_offset", rd->clock_offset);
reply.AddUInt16("clock_offset", clock_offset_array[i]);
device.AddUInt16("clock_offset", rd->clock_offset);
reply.AddUInt16("clock_offset", clock_offset_array[i]);
reply.AddUInt16("clock_offset", info->clock_offset);
reply.AddUInt16("uuid16", uuid);
reply.AddUInt16("handle", handle);