LtiLrChannelConfig constructor

LtiLrChannelConfig({
  1. int userWidth = 0,
  2. int idWidth = 0,
  3. int addrWidth = 0,
  4. int pasWidth = 0,
  5. int loopWidth = 0,
  6. int mecIdWidth = 0,
  7. int mpamWidth = 0,
  8. int ctagWidth = 1,
})

Constructor.

Implementation

LtiLrChannelConfig({
  this.userWidth = 0,
  this.idWidth = 0,
  this.addrWidth = 0,
  this.pasWidth = 0,
  this.loopWidth = 0,
  this.mecIdWidth = 0,
  this.mpamWidth = 0,
  this.ctagWidth = 1,
});