Searched defs:BulkOnlyTransportCommandBlockWrapper (Results 1 – 1 of 1) sorted by relevance
13 public struct BulkOnlyTransportCommandBlockWrapper struct15 public static bool TryParse(byte[] bytes, out BulkOnlyTransportCommandBlockWrapper cbw) in TryParse()30 public override string ToString() in ToString()36 public uint Signature => SignatureValue;39 public uint Tag { get; private set; }42 public uint DataTransferLength { get; private set; }45 public byte Flags { get; private set; }48 public byte LogicalUnitNumber { get; private set; }51 public byte Length { get; private set; }53 public const int CommandOffset = 15;[all …]