C# Class bitmessage.network.Msg

Show file Open project: sharpbitmessage/SharpBitmessage Class Usage Examples

Private Properties

Property Type Description
GetPayload Payload
Send void
isAckDataValid bool

Public Methods

Method Description
Msg ( ) : System
Msg ( Bitmessage bm ) : System
Msg ( Bitmessage bm, Payload payload ) : System
PayloadOfAskData ( ) : Payload
SaveAsync ( SQLite.SQLiteAsyncConnection db ) : Task
ToString ( ) : string

Private Methods

Method Description
GetPayload ( ) : Payload
Send ( ) : void
isAckDataValid ( byte ackData ) : bool

Method Details

Msg() public method

public Msg ( ) : System
return System

Msg() public method

public Msg ( Bitmessage bm ) : System
bm Bitmessage
return System

Msg() public method

public Msg ( Bitmessage bm, Payload payload ) : System
bm Bitmessage
payload Payload
return System

PayloadOfAskData() public method

public PayloadOfAskData ( ) : Payload
return Payload

SaveAsync() public method

public SaveAsync ( SQLite.SQLiteAsyncConnection db ) : Task
db SQLite.SQLiteAsyncConnection
return Task

ToString() public method

public ToString ( ) : string
return string