Searched refs:mTA (Results 1 – 1 of 1) sorted by relevance
341 private Byte mTA; field in AnswerToReset.InterfaceByte348 return mTA; in getTA()367 mTA = tA; in setTA()383 mTA = null; in InterfaceByte()391 this.mTA = tA; in InterfaceByte()406 return (Objects.equals(mTA, ib.getTA()) in equals()414 return Objects.hash(mTA, mTB, mTC, mTD); in hashCode()421 sb.append("TA=").append(byteToStringHex(mTA)).append(","); in toString()