|
#android stdio
例程里给的数据透传用到的sn是0,如下
byte[] b_username=username.getBytes();
ConcurrentHashMap<String, Object> dataMap2 = new ConcurrentHashMap<String, Object>();
dataMap2.put("user_name", b_username);
gizWifiDevice.write(dataMap2, 0);
请问这个这个sn是做什么的,有什么注意事项?可以随便用吗?
|
|