LtiLaChannelConfig constructor

LtiLaChannelConfig({
  1. int userWidth = 0,
  2. int idWidth = 0,
  3. int addrWidth = 0,
  4. bool rmeSupport = false,
  5. bool instPrivPresent = false,
  6. int pasWidth = 0,
  7. int loopWidth = 0,
  8. int secSidWidth = 0,
  9. int sidWidth = 0,
  10. int ssidWidth = 0,
  11. bool useFlow = false,
  12. bool supportGdi = false,
  13. bool supportRmeAndPasMmu = false,
  14. int ogWidth = 0,
  15. int tlBlockWidth = 0,
  16. bool useIdent = false,
})

Constructor.

Implementation

LtiLaChannelConfig({
  this.userWidth = 0,
  this.idWidth = 0,
  this.addrWidth = 0,
  this.rmeSupport = false,
  this.instPrivPresent = false,
  this.pasWidth = 0,
  this.loopWidth = 0,
  this.secSidWidth = 0,
  this.sidWidth = 0,
  this.ssidWidth = 0,
  this.useFlow = false,
  this.supportGdi = false,
  this.supportRmeAndPasMmu = false,
  this.ogWidth = 0,
  this.tlBlockWidth = 0,
  this.useIdent = false,
});