Subaru.SSM2.Ssm2ReadBlockRequest.SetConstBytes C# (CSharp) Method

SetConstBytes() protected method

Create a complete packet out of supplied data.
protected SetConstBytes ( ) : void
return void
        protected override void SetConstBytes()
        {
            base.Command = Ssm2Command.ReadBlockRequestA0;
            // 6th byte, following header, is padding = 0
            buffer[HeaderLength] = 0;
        }