ECB constructor

ECB(
  1. int _count,
  2. int _dataCodewords
)

Implementation

ECB(this._count, this._dataCodewords);