C# Class BitSharp.Network.Domain.Message

显示文件 Open project: pmlyon/BitSharp

Public Properties

Property Type Description
Command string
Magic System.UInt32
Payload ImmutableArray
PayloadChecksum System.UInt32
PayloadSize System.UInt32

Public Methods

Method Description
Message ( UInt32 Magic, string Command, UInt32 PayloadSize, UInt32 PayloadChecksum, ImmutableArray Payload ) : System

Method Details

Message() public method

public Message ( UInt32 Magic, string Command, UInt32 PayloadSize, UInt32 PayloadChecksum, ImmutableArray Payload ) : System
Magic System.UInt32
Command string
PayloadSize System.UInt32
PayloadChecksum System.UInt32
Payload ImmutableArray
return System

Property Details

Command public_oe property

public string Command
return string

Magic public_oe property

public UInt32,System Magic
return System.UInt32

Payload public_oe property

public ImmutableArray Payload
return ImmutableArray

PayloadChecksum public_oe property

public UInt32,System PayloadChecksum
return System.UInt32

PayloadSize public_oe property

public UInt32,System PayloadSize
return System.UInt32