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

Cell manifest data element
Наследование: DataElementData
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CellManifestDataElementData ( ) : System.Collections.Generic

Initializes a new instance of the CellManifestDataElementData class.

DeserializeDataElementDataFromByteArray ( byte byteArray, int startIndex ) : int

Used to return the length of this element.

SerializeToByteList ( ) : List

Used to convert the element into a byte List.

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

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

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

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

Used to return the length of this element.
public DeserializeDataElementDataFromByteArray ( byte byteArray, int startIndex ) : int
byteArray byte A Byte array
startIndex int Start position
Результат int

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

Used to convert the element into a byte List.
public SerializeToByteList ( ) : List
Результат List