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
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
commonHeader SlowPathPduCommonHeader
playSoundPduData TS_PLAY_SOUND_PDU_DATA

Méthodes publiques

Méthode 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

Méthode Description
EncodePlaySoundData ( TS_PLAY_SOUND_PDU_DATA playSoundPduData ) : byte[]

Method Details

Clone() public méthode

public Clone ( ) : StackPacket
Résultat StackPacket

Server_Play_Sound_Pdu() public méthode

The constructor of the class with no parameter.
public Server_Play_Sound_Pdu ( ) : System
Résultat System

Server_Play_Sound_Pdu() public méthode

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

ToBytes() public méthode

public ToBytes ( ) : byte[]
Résultat byte[]

Property Details

commonHeader public_oe property

The slow path header.
public SlowPathPduCommonHeader,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr commonHeader
Résultat 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
Résultat TS_PLAY_SOUND_PDU_DATA