Ejemplo n.º 1
0
 public Wrapper(int id, int memory_location, byte[] data)
 {
     this.id = id;
     this.memory_location = memory_location;
     this.content         = StructUtils.FromBytes <T>(data);
 }