C# Class bitmessage.network.CanBeSentHalper

Exibir arquivo Open project: sharpbitmessage/SharpBitmessage

Public Methods

Method Description
Checksum ( this message ) : byte[]
GetFullMsg ( this message ) : byte[]
Length ( this message ) : byte[]
Magic ( this message ) : byte[]
СommandBytes ( this message ) : byte[]

Method Details

Checksum() public static method

public static Checksum ( this message ) : byte[]
message this
return byte[]

GetFullMsg() public static method

public static GetFullMsg ( this message ) : byte[]
message this
return byte[]

Length() public static method

public static Length ( this message ) : byte[]
message this
return byte[]

Magic() public static method

public static Magic ( this message ) : byte[]
message this
return byte[]

СommandBytes() public static method

public static СommandBytes ( this message ) : byte[]
message this
return byte[]