C# Class BitSharper.ListMessage

Abstract super class of classes with list based payload, i.e. InventoryMessage and GetDataMessage.
Inheritance: Message
Afficher le fichier Open project: TangibleCryptography/BitSharper

Méthodes publiques

Méthode Description
AddItem ( InventoryItem item ) : void
BitcoinSerializeToStream ( Stream stream ) : void

Méthodes protégées

Méthode Description
ListMessage ( NetworkParameters @params ) : System.Collections.Generic
ListMessage ( NetworkParameters @params, byte bytes ) : System.Collections.Generic
Parse ( ) : void

Method Details

AddItem() public méthode

public AddItem ( InventoryItem item ) : void
item InventoryItem
Résultat void

BitcoinSerializeToStream() public méthode

public BitcoinSerializeToStream ( Stream stream ) : void
stream System.IO.Stream
Résultat void

ListMessage() protected méthode

protected ListMessage ( NetworkParameters @params ) : System.Collections.Generic
@params NetworkParameters
Résultat System.Collections.Generic

ListMessage() protected méthode

protected ListMessage ( NetworkParameters @params, byte bytes ) : System.Collections.Generic
@params NetworkParameters
bytes byte
Résultat System.Collections.Generic

Parse() protected méthode

protected Parse ( ) : void
Résultat void