[3.2.0] shuttle b1乘客屏错误处理

This commit is contained in:
wangmingjun
2023-05-10 19:13:24 +08:00
parent 62d2e6a6e7
commit 0edda6baa4
2 changed files with 4 additions and 0 deletions

View File

@@ -372,6 +372,10 @@ public class BusPassengerModel {
}
private final IReceivedMsgListener mReceivedMsgListener = new IReceivedMsgListener() {
@Override
public void onReceivedServerSn(@Nullable String sn) {
}
@Override
public void onReceivedMsg(int type, @NonNull byte[] byteArray) {
if (OchCommonConst.BUSINESS_STRING == type) {

Binary file not shown.

After

Width:  |  Height:  |  Size: 838 B