C# Class BitSharper.UnknownMessage

Inheritance: Message
Show file Open project: TangibleCryptography/BitSharper

Public Methods

Method Description
ToString ( ) : string
UnknownMessage ( NetworkParameters @params, string name, byte payloadBytes ) : System

Protected Methods

Method Description
Parse ( ) : void

Method Details

Parse() protected method

protected Parse ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

UnknownMessage() public method

public UnknownMessage ( NetworkParameters @params, string name, byte payloadBytes ) : System
@params NetworkParameters
name string
payloadBytes byte
return System