C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.Server_Play_Sound_Pdu

The Play Sound PDU instructs the client to play a "beep" sound.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_8_2_1.xml
Inheritance: RdpbcgrServerPdu
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
commonHeader SlowPathPduCommonHeader
playSoundPduData TS_PLAY_SOUND_PDU_DATA

Public Methods

Method Description
Clone ( ) : StackPacket
Server_Play_Sound_Pdu ( ) : System

The constructor of the class with no parameter.

Server_Play_Sound_Pdu ( RdpbcgrServerSessionContext serverSessionContext ) : System

The constructor of the class.

ToBytes ( ) : byte[]

Private Methods

Method Description
EncodePlaySoundData ( TS_PLAY_SOUND_PDU_DATA playSoundPduData ) : byte[]

Method Details

Clone() public method

public Clone ( ) : StackPacket
return StackPacket

Server_Play_Sound_Pdu() public method

The constructor of the class with no parameter.
public Server_Play_Sound_Pdu ( ) : System
return System

Server_Play_Sound_Pdu() public method

The constructor of the class.
public Server_Play_Sound_Pdu ( RdpbcgrServerSessionContext serverSessionContext ) : System
serverSessionContext RdpbcgrServerSessionContext Specify the session context.
return System

ToBytes() public method

public ToBytes ( ) : byte[]
return byte[]

Property Details

commonHeader public_oe property

The slow path header.
public SlowPathPduCommonHeader,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr commonHeader
return SlowPathPduCommonHeader

playSoundPduData public_oe property

The actual contents of the Play Sound PDU, as specified in section .
public TS_PLAY_SOUND_PDU_DATA,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr playSoundPduData
return TS_PLAY_SOUND_PDU_DATA