Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpedyc.CapsVer2ReqDvcPdu.DoUnmarshal C# (CSharp) Méthode

DoUnmarshal() protected méthode

protected DoUnmarshal ( PduMarshaler marshaler ) : void
marshaler PduMarshaler
Résultat void
        protected override void DoUnmarshal(PduMarshaler marshaler)
        {
            Pad = marshaler.ReadByte();
            Version = marshaler.ReadUInt16();
            PriorityCharge0 = marshaler.ReadUInt16();
            PriorityCharge1 = marshaler.ReadUInt16();
            PriorityCharge2 = marshaler.ReadUInt16();
            PriorityCharge3 = marshaler.ReadUInt16();
        }