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

The TS_UD_SC_NET data block is a reply to the static virtual channel list presented in the Client Network Data structure.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_1_4_4.xml
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
MCSChannelId ushort
Pad byte[]
channelCount ushort
channelIdArray ushort[]
header TS_UD_HEADER

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

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

16-bit unsigned integer. The MCS channel identifier which the client should join to receive display data and send client input (I/O channel).
public ushort MCSChannelId
Результат ushort

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

16-bit unsigned integer. Optional padding. Values in this field are ignored. The size in bytes of the Server Network Data structure MUST be a multiple of 4. If the channelCount field contains an odd value, then the size of the channelIdArray (and by implication the entire Server Network Data structure) will not be a multiple of 4. In this scenario, the Pad field MUST be present and it is used to add an additional 2 bytes to the size of the Server Network Data structure. If the channelCount field contains an even value, then the Pad field is not required and MUST not be present.
public byte[] Pad
Результат byte[]

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

16-bit unsigned integer. The number of 16-bit unsigned integer MCS channel IDs in the channelIdArray field.
public ushort channelCount
Результат ushort

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

Variable-length array of MCS channel IDs (each channel ID is a 16-bit unsigned integer) which have been allocated (the number is given by the channelCount field). Each MCS channel ID corresponds in position to the channels requested in the Client Network Data structure. A channel value of 0 indicates that the channel was not allocated.
public ushort[] channelIdArray
Результат ushort[]

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

A GCC user data block header, as specified in section User Data Header. The User Data Header type field MUST be set to SC_NET (0x0C03).
public TS_UD_HEADER,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr header
Результат TS_UD_HEADER