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

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

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

Свойство Тип Описание
String byte[]
StringType byte

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

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

Deserialize the ROP response buffer.

Serialize ( ) : byte[]

Serialize the ROP request buffer.

Size ( ) : int

Return the size of TypedString structure.

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

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

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

Serialize the ROP request buffer.
public Serialize ( ) : byte[]
Результат byte[]

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

Return the size of TypedString structure.
public Size ( ) : int
Результат int

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

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

If the StringType field is set to 0x02, 0x03, or 0x04, then this field MUST be present and in the format specified by the Type field. Otherwise, this field MUST NOT be present.
public byte[] String
Результат byte[]

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

8-bit enumeration.The possible values are specified in [MS-OXCDATA].
public byte StringType
Результат byte