} // out public TopPipe_Args(Parsed_packet headers, core.error parseError, InControl inCtrl, OutControl outCtrl) { this.headers = headers; this.parseError = parseError; this.inCtrl = inCtrl; this.outCtrl = outCtrl; }
public TopPipe_Args(TopPipe Instance, Parsed_packet headers, P4ToCSharp.Library.error parseError, InControl inCtrl, OutControl outCtrl) { this.Instance = Instance; this.headers = headers; this.parseError = parseError; this.inCtrl = inCtrl; this.outCtrl = outCtrl; }
public TopDeparser_Args(TopDeparser Instance, Parsed_packet p, packet_out b) { this.Instance = Instance; this.p = p; this.b = b; }