C# Class Microsoft.Protocols.TestSuites.Pchc.ResponseMessage

Response message
显示文件 Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
ResponseCode ResponseCode
TransportHeader TransportHeader

Property Details

ResponseCode public_oe property

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
return ResponseCode

TransportHeader public_oe property

Transportheader (4 bytes): A transport header (section 2.2.2.1).
public TransportHeader,Microsoft.Protocols.TestSuites.Pchc TransportHeader
return TransportHeader