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

DoMarshal() protected méthode

protected DoMarshal ( PduMarshaler marshaler ) : void
marshaler PduMarshaler
Résultat void
        protected override void DoMarshal(PduMarshaler marshaler)
        {
            marshaler.WriteByte(Pad);
            marshaler.WriteUInt16(Version);
            marshaler.WriteUInt16(PriorityCharge0);
            marshaler.WriteUInt16(PriorityCharge1);
            marshaler.WriteUInt16(PriorityCharge2);
            marshaler.WriteUInt16(PriorityCharge3);
        }