C# Класс Microsoft.Protocols.TestSuites.Common.PropertyProblem

Показать файл Открыть проект

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

Свойство Тип Описание
ErrorCode uint
Index ushort
PropertyTag PropertyTag

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

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

Deserialize the ROP response buffer.

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

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

Deserialize the ROP response buffer.
public Deserialize ( byte ropBytes, int startIndex ) : int
ropBytes byte ROPs bytes in response.
startIndex int The start index of this ROP.
Результат int

Описание свойств

ErrorCode публичное свойство

Unsigned 32-bit integer. This value specifies the error that occurred when processing this property.
public uint ErrorCode
Результат uint

Index публичное свойство

Unsigned 16-bit integer. This value specifies an index into an array of property tags.
public ushort Index
Результат ushort

PropertyTag публичное свойство

PropertyTag structure. This value specifies the property for which there was an error.
public PropertyTag,Microsoft.Protocols.TestSuites.Common PropertyTag
Результат PropertyTag