Searched refs:rawDescriptor (Results 1 – 1 of 1) sorted by relevance
15 public ReportDescriptor(byte[] rawDescriptor) in ReportDescriptor() argument17 this.rawDescriptor = rawDescriptor; in ReportDescriptor()32 if(rawDescriptor != null) in GetDescriptor()34 foreach(var b in rawDescriptor) in GetDescriptor()52 public int DescriptorLength => rawDescriptor != null53 ? rawDescriptor.Length57 private readonly byte[] rawDescriptor; field in Antmicro.Renode.Core.USB.HID.ReportDescriptor