Example #1
0
 public MethodAttribute(uint methodId, string name, int size, packetdirection direction)
 {
     this.MethodId  = methodId;
     this.Name      = name;
     this.Size      = size;
     this.Direction = direction;
 }
Example #2
0
 public MethodAttribute(uint methodId, string name, int size, packetdirection direction)
 {
     this.MethodId = methodId;
     this.Name = name;
     this.Size = size;
     this.Direction = direction;
 }