You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return`No strategies to format data field. Raw data field is: 0x${this.hexData}`;
48
+
}elseif(this.isUnknownFunctionCode()){
49
+
return`No strategy to format data field. Raw data field is: 0x${this.hexData}`;
60
50
}elseif(this.isNoValidDataFormat()){
61
-
return`This frame format does not fit to the known function code: masterRequestError=${this.masterRequestError}; slaveResponseError=${this.slaveResponseError}; raw data: 0x${this.hexData}`;
51
+
return`This frame format does not fit to any known strategies: masterRequestError=${this.masterRequest?.error}; slaveResponseError=${this.slaveResponse?.error}; raw data: 0x${this.hexData}`;
0 commit comments