LtiLaChannelPacket constructor

LtiLaChannelPacket({
  1. required int addr,
  2. int trans = 0,
  3. int attr = 0,
  4. bool ogV = false,
  5. int vc = 0,
  6. Axi5UserSignalsStruct? user,
  7. Axi5IdSignalsStruct? id,
  8. Axi5ProtSignalsStruct? prot,
  9. Axi5MmuSignalsStruct? mmu,
  10. Axi5DebugSignalsStruct? debug,
  11. int? og,
  12. int? tlBlock,
  13. int? ident,
})

Constructor.

Implementation

LtiLaChannelPacket({
  required this.addr,
  this.trans = 0,
  this.attr = 0,
  this.ogV = false,
  this.vc = 0,
  this.user,
  this.id,
  this.prot,
  this.mmu,
  this.debug,
  this.og,
  this.tlBlock,
  this.ident,
});