-
public interface CRCSecuredResponse
-
-
Method Summary
Modifier and Type Method Description abstract booleanisSecured()Returns true if the packet was secured with E2E CRC. abstract booleanisCrcValid()Returns true if the packet was secured with E2E CRC value and the CRC was valid.In all other cases it returns false. -
-
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.
-
-
-
-