C# Класс Microsoft.Protocols.TestSuites.MS_OXCFXICS.CodePage

The CodePage class used to transmit string properties using the code page format.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CodePage ( ) : System

Initializes a new instance of the CodePage class.

Deserialize ( ushort data ) : void

Deserialize the code page structure.

Serialize ( ) : byte[]

Serialize the code page data.

Size ( ) : int

Get the size of the code page structure.

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

Метод Описание
VerifyPropertyA ( ushort propertyA ) : bool

Verify the value of property A whether sets the top bit for 1.

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

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

Initializes a new instance of the CodePage class.
public CodePage ( ) : System
Результат System

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

Deserialize the code page structure.
public Deserialize ( ushort data ) : void
data ushort The code page data stores in the ushort type parameter.
Результат void

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

Serialize the code page data.
public Serialize ( ) : byte[]
Результат byte[]

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

Get the size of the code page structure.
public Size ( ) : int
Результат int