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.
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
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