Axi4ResponsePacket constructor
- LogicValue? resp,
- LogicValue? user,
- LogicValue? id,
Creates a new packet.
Implementation
Axi4ResponsePacket({
this.resp,
this.user,
this.id,
});
Creates a new packet.
Axi4ResponsePacket({
this.resp,
this.user,
this.id,
});