Searched refs:mTA (Results 1 – 1 of 1) sorted by relevance
349 private Byte mTA; field in AnswerToReset.InterfaceByte356 return mTA; in getTA()375 mTA = tA; in setTA()391 mTA = null; in InterfaceByte()399 this.mTA = tA; in InterfaceByte()414 return (Objects.equals(mTA, ib.getTA()) in equals()422 return Objects.hash(mTA, mTB, mTC, mTD); in hashCode()429 sb.append("TA=").append(byteToStringHex(mTA)).append(","); in toString()