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

SetConstBytes() protected method

protected SetConstBytes ( ) : void
return void
        protected override void SetConstBytes()
        {
            base.Command = Ssm2Command.ReadBlockResponseE0;
            // no padding
        }