Searched refs:DescriptorLength (Results 1 – 6 of 6) sorted by relevance
23 DescriptorLength = descriptorLength; in DescriptorProvider()34 .Append((byte)DescriptorLength) in GetDescriptor()53 public virtual int DescriptorLength { get; } property in Antmicro.Renode.Core.USB.DescriptorProvider54 …public int RecursiveDescriptorLength => DescriptorLength + subdescriptors.Sum(sds => sds.Sum(sd =>…
17 int DescriptorLength { get; } property
64 public override int DescriptorLength => 2 + Encoding.Unicode.GetByteCount(Value); field in Antmicro.Renode.Core.USB.USBString
29 buffer.Append((byte)DescriptorLength); in GetDescriptor()37 public int RecursiveDescriptorLength => DescriptorLength;38 public int DescriptorLength => specificData.Length + 3; field in Antmicro.Renode.Core.USB.CDC.FunctionalDescriptor
50 public int RecursiveDescriptorLength => DescriptorLength;52 public int DescriptorLength => rawDescriptor != null field in Antmicro.Renode.Core.USB.HID.ReportDescriptor
21 HidDescriptorLength = checked((short)reportDescriptor.DescriptorLength); in Descriptor()