Home
last modified time | relevance | path

Searched refs:AttachDeviceCommandDescriptor (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/USBIP/
DAttachDeviceCommandDescriptor.cs15 public struct AttachDeviceCommandDescriptor struct
DUSBIPServer.cs160 … DebugHelper.Assert(buffer.Count <= Packet.CalculateLength<USBIP.AttachDeviceCommandDescriptor>()); in HandleIncomingData()
161 … if(buffer.Count == Packet.CalculateLength<USBIP.AttachDeviceCommandDescriptor>()) in HandleIncomingData()