C# Class 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
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
MCSChannelId ushort
Pad byte[]
channelCount ushort
channelIdArray ushort[]
header TS_UD_HEADER

Property Details

MCSChannelId public_oe property

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
return ushort

Pad public_oe property

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
return byte[]

channelCount public_oe property

16-bit unsigned integer. The number of 16-bit unsigned integer MCS channel IDs in the channelIdArray field.
public ushort channelCount
return ushort

channelIdArray public_oe property

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
return ushort[]

header public_oe property

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
return TS_UD_HEADER