Microsoft.Protocols.TestSuites.MS_OXCSTOR.RangeCommand.GenerateRangeBytes C# (CSharp) Method

GenerateRangeBytes() public method

Generate random bytes in command
public GenerateRangeBytes ( ) : void
return void
        public void GenerateRangeBytes()
        {
            this.CommandBytes = new byte[CommandBytesLength];
            this.CommandBytes[0] = 0xc1;
            this.CommandBytes[1] = 0xc2;
        }