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

Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
MarkAsRead byte
MessageId byte[]
MessageIdSize ushort

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

Метод Описание
Serialize ( ) : byte[]

Serialize the ROP request buffer.

Size ( ) : int

Return the size of this MessageReadState structure.

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

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

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

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

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

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

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

This value specifies whether to mark the message as read or not.
public byte MarkAsRead
Результат byte

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

This value identifies the message to be marked as read or unread.
public byte[] MessageId
Результат byte[]

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

This value specifies the size of the MessageId field.
public ushort MessageIdSize
Результат ushort