| | |
| | | */ |
| | | public class StoreOperationRecordsUtils { |
| | | public static void storeInnerFrameData(String mac, String innerFrameTpye, A5Frame a5Frame, CommonFrame commonFrame) { |
| | | String reportInnerFrame; |
| | | if (commonFrame == null) { |
| | | reportInnerFrame = ""; |
| | | } |
| | | String requstInnerFrame = a5Frame.getConnectType() + a5Frame.getFunctionCode() + a5Frame.getOrderType() + a5Frame.getPayloadLength() + a5Frame.getPayload(); |
| | | String reportInnerFrame = commonFrame.getConnectType() + commonFrame.getFunctionCode() + commonFrame.getOrderType() + commonFrame.getPayloadLength() + commonFrame.getPayload(); |
| | | reportInnerFrame = commonFrame.getConnectType() + commonFrame.getFunctionCode() + commonFrame.getOrderType() + commonFrame.getPayloadLength() + commonFrame.getPayload(); |
| | | String syncType; |
| | | if ("FE".equals(a5Frame.getConnectType())) { |
| | | syncType = "同步"; |