C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpedyc.SoftSyncChannelList

One or more DYNVC_SOFT_SYNC_CHANNEL_LISTs are contained in a Soft-Sync Request PDU to indicate which dynamic virtual channels have data written by the server on the specified multitransport tunnel
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
ListOfDVCIds uint[]
NumberOfDVCs ushort
TunnelType TunnelType_Value

Public Methods

Method Description
Encode ( ) : byte[]

Encode method.

GetSize ( ) : uint
SoftSyncChannelList ( ) : System
SoftSyncChannelList ( TunnelType_Value tunnelType, ushort numberOfDVCs, List listOfIds = null ) : System

Constructor.

Method Details

Encode() public method

Encode method.
public Encode ( ) : byte[]
return byte[]

GetSize() public method

public GetSize ( ) : uint
return uint

SoftSyncChannelList() public method

public SoftSyncChannelList ( ) : System
return System

SoftSyncChannelList() public method

Constructor.
public SoftSyncChannelList ( TunnelType_Value tunnelType, ushort numberOfDVCs, List listOfIds = null ) : System
tunnelType TunnelType_Value
numberOfDVCs ushort
listOfIds List
return System

Property Details

ListOfDVCIds public_oe property

One or more 32-bit, unsigned integers, as indicated by the NumberOfDVCs field, containing the channel ID of each DVC that will have data written by the server manager on this tunnel.
public uint[] ListOfDVCIds
return uint[]

NumberOfDVCs public_oe property

A 16-bit, unsigned integer indicating the number of DVCs that will have data written by the server manager on this tunnel.
public ushort NumberOfDVCs
return ushort

TunnelType public_oe property

Indicates the target tunnel type for the transport switch.
public TunnelType_Value TunnelType
return TunnelType_Value