C# Class BitSharp.Network.Domain.Message

Show file 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 property

public string Command
return string

Magic public property

public UInt32,System Magic
return System.UInt32

Payload public property

public ImmutableArray Payload
return ImmutableArray

PayloadChecksum public property

public UInt32,System PayloadChecksum
return System.UInt32

PayloadSize public property

public UInt32,System PayloadSize
return System.UInt32