C# Класс Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_DEACTIVATE_ALL_PDU

The TS_DEACTIVATE_ALL_PDU structure is a standard T.128 Deactivate All PDU (see [T128] section 8.4.1).
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_3_1_1.xml
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
lengthSourceDescriptor ushort
shareControlHeader TS_SHARECONTROLHEADER
shareId uint
sourceDescriptor byte[]

Описание свойств

lengthSourceDescriptor публичное свойство

A 16-bit unsigned integer. The size in bytes of the sourceDescriptor field.
public ushort lengthSourceDescriptor
Результат ushort

shareControlHeader публичное свойство

Share Control Header containing information about the packet.The type subfield of the pduType field of the Share Control Header MUST be set to TS_PDUTYPE_DEACTIVATEALLPDU (6).
public TS_SHARECONTROLHEADER,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr shareControlHeader
Результат TS_SHARECONTROLHEADER

shareId публичное свойство

A 32-bit unsigned integer. The share identifier for the packet (see [T128] section 8.4.2 for more information regarding share IDs).
public uint shareId
Результат uint

sourceDescriptor публичное свойство

Variable number of bytes. The source descriptor. This field SHOULD be set to 0x00.
public byte[] sourceDescriptor
Результат byte[]