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

This class specifies the data part in the data element fragment structure.
Наследование: DataElementData
Показать файл Открыть проект

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

Метод Описание
DeserializeDataElementDataFromByteArray ( byte byteArray, int startIndex ) : int

Used to return the length of this element.

FragmentDataElementData ( ) : System.Collections.Generic

Initializes a new instance of the FragmentDataElementData class.

SerializeToByteList ( ) : List

Used to convert the element into a byte List.

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

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

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

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

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

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