C# Класс 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
Наследование: RdpbcgrServerPdu
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
commonHeader SlowPathPduCommonHeader
playSoundPduData TS_PLAY_SOUND_PDU_DATA

Открытые методы

Метод Описание
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[]

Приватные методы

Метод Описание
EncodePlaySoundData ( TS_PLAY_SOUND_PDU_DATA playSoundPduData ) : byte[]

Описание методов

Clone() публичный Метод

public Clone ( ) : StackPacket
Результат StackPacket

Server_Play_Sound_Pdu() публичный Метод

The constructor of the class with no parameter.
public Server_Play_Sound_Pdu ( ) : System
Результат System

Server_Play_Sound_Pdu() публичный Метод

The constructor of the class.
public Server_Play_Sound_Pdu ( RdpbcgrServerSessionContext serverSessionContext ) : System
serverSessionContext RdpbcgrServerSessionContext Specify the session context.
Результат System

ToBytes() публичный Метод

public ToBytes ( ) : byte[]
Результат byte[]

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

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

The slow path header.
public SlowPathPduCommonHeader,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr commonHeader
Результат SlowPathPduCommonHeader

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

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
Результат TS_PLAY_SOUND_PDU_DATA