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

Ssm2ReadBlockRequest() public method

Creates an empty block read packet. (Allocated optimal 11 bytes buffer.)
public Ssm2ReadBlockRequest ( ) : System
return System
        public Ssm2ReadBlockRequest()
            : base(PacketSizeSpecificFixed)
        {
            // this type of packet has fixed length so it can be set once here
            this.count = PacketSizeSpecificFixed;
        }

Same methods

Ssm2ReadBlockRequest::Ssm2ReadBlockRequest ( Ssm2Device destination, Ssm2Device source, int address, byte dataCount ) : System
Ssm2ReadBlockRequest::Ssm2ReadBlockRequest ( byte buffer ) : System