NSMutableData *myBytes = [NSMutableData initWithCapacity:50];
[myBytes appendBytes:buffer length:50];
hi
can anyone please help me to convert unsigned char buff[50] to NSMutableData.
thanks.
hi
can anyone please help me to convert unsigned char buff[50] to NSMutableData.
thanks.
thanks for all help and guidance.
no sir i m learning.