C# Class bitmessage.network.Msg

Afficher le fichier Open project: sharpbitmessage/SharpBitmessage Class Usage Examples

Private Properties

Свойство Type Description
GetPayload Payload
Send void
isAckDataValid bool

Méthodes publiques

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

Private Methods

Méthode Description
GetPayload ( ) : Payload
Send ( ) : void
isAckDataValid ( byte ackData ) : bool

Method Details

Msg() public méthode

public Msg ( ) : System
Résultat System

Msg() public méthode

public Msg ( Bitmessage bm ) : System
bm Bitmessage
Résultat System

Msg() public méthode

public Msg ( Bitmessage bm, Payload payload ) : System
bm Bitmessage
payload Payload
Résultat System

PayloadOfAskData() public méthode

public PayloadOfAskData ( ) : Payload
Résultat Payload

SaveAsync() public méthode

public SaveAsync ( SQLite.SQLiteAsyncConnection db ) : Task
db SQLite.SQLiteAsyncConnection
Résultat Task

ToString() public méthode

public ToString ( ) : string
Résultat string