C# Class 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.
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
actualData byte

Public Methods

Method Description
ByteClass ( byte interger ) : System

Constructor to fill actualData

Method Details

ByteClass() public method

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

Property Details

actualData public_oe property

The actual data hold.
public byte actualData
return byte