C# Класс Microsoft.Protocols.TestSuites.Pchc.ResponseMessage

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

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

Свойство Тип Описание
ResponseCode ResponseCode
TransportHeader TransportHeader

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

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

ResponseCode (1 byte): A code that indicates the server response to the client request message. OK 0x00:The server has sufficient information to download content from the client. INTERESTED 0x01:The server needs the range of block hashes from the client before it can download content from the client.
public ResponseCode ResponseCode
Результат ResponseCode

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

Transportheader (4 bytes): A transport header (section 2.2.2.1).
public TransportHeader,Microsoft.Protocols.TestSuites.Pchc TransportHeader
Результат TransportHeader