On 04/28/2015 01:06 AM, Han-Lin Li wrote:
> Current iotivity doesn't support char datatype which makes
> transmitting binary data difficult.
> 
> Will char datatype be support in the future?
> 


Just a minor note:

For a binary data type I'd more expect to see std::vector<uint8_t>
rather than std::vector<char>. Use of 'char' makes me thing of random
8-bit character strings in an unspecified encoding.

-- 
Jon A. Cruz - Senior Open Source Developer
Samsung Open Source Group
jonc at osg.samsung.com

Reply via email to