G
Guest
Hi guys,
May i know how to declare a string of binary data and pass it to the method?
For example, int a[]={10010001120420052314}
is it correct?
and if i have receive the binary data, may i know how to separate them and
store each of them inside a variable such as int cust_id?is it possible? For
example, the first four bits is the customer id, the second four bits is the
call id and third 8 bits is the date and the remaining is the time..
thanks in advance..
May i know how to declare a string of binary data and pass it to the method?
For example, int a[]={10010001120420052314}
is it correct?
and if i have receive the binary data, may i know how to separate them and
store each of them inside a variable such as int cust_id?is it possible? For
example, the first four bits is the customer id, the second four bits is the
call id and third 8 bits is the date and the remaining is the time..
thanks in advance..