C# 클래스 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_PLAY_SOUND_PDU_DATA

The TS_PLAY_SOUND_PDU_DATA structure contains the contents of the Play Sound PDU, which is a Share Data Header and two fields.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_8_2_1_1.xml
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
duration uint
frequency uint
shareDataHeader TS_SHAREDATAHEADER

프로퍼티 상세

duration 공개적으로 프로퍼티

A 32-bit unsigned integer. Duration of the beep the client should play.
public uint duration
리턴 uint

frequency 공개적으로 프로퍼티

A 32-bit unsigned integer. Frequency of the beep the client should play.
public uint frequency
리턴 uint

shareDataHeader 공개적으로 프로퍼티

Share Data Header containing information about the packet. The type subfield of the pduType field of the Share Control Header MUST be set to PDUTYPE_DATAPDU (7). The pduType2 field of the Share Data Header MUST be set to PDUTYPE2_PLAY_SOUND (34).
public TS_SHAREDATAHEADER,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr shareDataHeader
리턴 TS_SHAREDATAHEADER