LtiLrChannelPacket constructor

LtiLrChannelPacket({
  1. required int addr,
  2. int hwattr = 0,
  3. int attr = 0,
  4. Axi5UserSignalsStruct? user,
  5. Axi5IdSignalsStruct? id,
  6. Axi5ProtSignalsStruct? prot,
  7. Axi5DebugSignalsStruct? debug,
  8. Axi5ResponseSignalsStruct? response,
  9. int? mecId,
  10. int? mpam,
  11. int? ctag,
  12. int size = 0,
  13. int vc = 0,
})

Constructor.

Implementation

LtiLrChannelPacket({
  required this.addr,
  this.hwattr = 0,
  this.attr = 0,
  this.user,
  this.id,
  this.prot,
  this.debug,
  this.response,
  this.mecId,
  this.mpam,
  this.ctag,
  this.size = 0,
  this.vc = 0,
});