C# Class bitmessage.network.Payload

Inheritance: ICanBeSent, IComparable
Show file Open project: sharpbitmessage/SharpBitmessage Class Usage Examples

Private Properties

Property Type Description
SendAsync void

Public Methods

Method Description
CompareTo ( object obj ) : int
Get ( SQLite.SQLiteAsyncConnection conn, string inventoryVectorHex ) : Payload
Payload ( ) : System
Payload ( string msgType, byte data ) : System
SaveAsync ( Bitmessage bm ) : void
ToString ( ) : string

Private Methods

Method Description
SendAsync ( NodeConnection nodeConnection, string inventoryVectorHex ) : void

Method Details

CompareTo() public method

public CompareTo ( object obj ) : int
obj object
return int

Get() public static method

public static Get ( SQLite.SQLiteAsyncConnection conn, string inventoryVectorHex ) : Payload
conn SQLite.SQLiteAsyncConnection
inventoryVectorHex string
return Payload

Payload() public method

public Payload ( ) : System
return System

Payload() public method

public Payload ( string msgType, byte data ) : System
msgType string
data byte
return System

SaveAsync() public method

public SaveAsync ( Bitmessage bm ) : void
bm Bitmessage
return void

ToString() public method

public ToString ( ) : string
return string