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); \
return fCurrentMessage->AddUInt16(name, value);
ret = AddUInt16(name, value);
return message.AddUInt16(fieldName, fUInt16);
reply.AddUInt16("clock_offset", clock_offset_array[i]);
reply.AddUInt16("clock_offset", clock_offset_array[i]);
reply.AddUInt16("clock_offset", info->clock_offset);