Package 

Interface CRCSecuredResponse

    • Method Summary

      Modifier and Type Method Description
      abstract boolean isSecured() Returns true if the packet was secured with E2E CRC.
      abstract boolean isCrcValid() Returns true if the packet was secured with E2E CRC value and the CRC was valid.In all other cases it returns false.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • isSecured

         abstract boolean isSecured()

        Returns true if the packet was secured with E2E CRC.See isCrcValid to check if the CRC was valid.

      • isCrcValid

         abstract boolean isCrcValid()

        Returns true if the packet was secured with E2E CRC value and the CRC was valid.In all other cases it returns false.