LtiLaChannelConfig constructor
- int userWidth = 0,
- int idWidth = 0,
- int addrWidth = 0,
- bool rmeSupport = false,
- bool instPrivPresent = false,
- int pasWidth = 0,
- int loopWidth = 0,
- int secSidWidth = 0,
- int sidWidth = 0,
- int ssidWidth = 0,
- bool useFlow = false,
- bool supportGdi = false,
- bool supportRmeAndPasMmu = false,
- int ogWidth = 0,
- int tlBlockWidth = 0,
- 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,
});