Example #1
0
        public void CompletePDV(bool last, bool command)
        {
            byte mch = (byte)((last ? 2 : 0) + (command ? 1 : 0));

            _rawPDU.WriteByte(mch);
            _rawPDU.WriteLength32();
        }