LtiLrChannelPacket constructor
- required int addr,
- int hwattr = 0,
- int attr = 0,
- Axi5UserSignalsStruct? user,
- Axi5IdSignalsStruct? id,
- Axi5ProtSignalsStruct? prot,
- Axi5DebugSignalsStruct? debug,
- Axi5ResponseSignalsStruct? response,
- int? mecId,
- int? mpam,
- int? ctag,
- int size = 0,
- 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,
});