calculateCode method

  1. @override
  2. @protected
Logic calculateCode()
override

Generates the code to be provided by the transmitter, to be implemented by implementations.

Implementation

@override
@protected
Logic calculateCode() => data.xor();