C# Класс Microsoft.Protocols.TestSuites.SharedAdapter.CellKnowledge

This class specifies the data element knowledge of the client.
Наследование: SpecializedKnowledgeData
Показать файл Открыть проект Примеры использования класса

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

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

Initializes a new instance of the CellKnowledge class.

Защищенные методы

Метод Описание
DeserializeItemsFromByteArray ( byte byteArray, int &currentIndex, int lengthOfItems ) : void

This method is used to deserialize the items of the cell knowledge from the byte array.

SerializeItemsToByteList ( List byteList ) : int

This method is used to serialize the items of the cell knowledge to the byte list.

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

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

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

DeserializeItemsFromByteArray() защищенный Метод

This method is used to deserialize the items of the cell knowledge from the byte array.
protected DeserializeItemsFromByteArray ( byte byteArray, int &currentIndex, int lengthOfItems ) : void
byteArray byte Specify the byte array.
currentIndex int Specify the start index from the byte array.
lengthOfItems int Specify the current length of items in the cell knowledge.
Результат void

SerializeItemsToByteList() защищенный Метод

This method is used to serialize the items of the cell knowledge to the byte list.
protected SerializeItemsToByteList ( List byteList ) : int
byteList List Specify the byte list which stores the information of cell knowledge.
Результат int