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

A class wraps byte. This class is used especially for some optional integer fields. To set it null means not the field of this type will not present, or else it is present.
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
actualData byte

공개 메소드들

메소드 설명
ByteClass ( byte interger ) : System

Constructor to fill actualData

메소드 상세

ByteClass() 공개 메소드

Constructor to fill actualData
public ByteClass ( byte interger ) : System
interger byte
리턴 System

프로퍼티 상세

actualData 공개적으로 프로퍼티

The actual data hold.
public byte actualData
리턴 byte