C# 클래스 bitmessage.network.Payload

상속: ICanBeSent, IComparable
파일 보기 프로젝트 열기: sharpbitmessage/SharpBitmessage 1 사용 예제들

Private Properties

프로퍼티 타입 설명
SendAsync void

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
SendAsync ( NodeConnection nodeConnection, string inventoryVectorHex ) : void

메소드 상세

CompareTo() 공개 메소드

public CompareTo ( object obj ) : int
obj object
리턴 int

Get() 공개 정적인 메소드

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

Payload() 공개 메소드

public Payload ( ) : System
리턴 System

Payload() 공개 메소드

public Payload ( string msgType, byte data ) : System
msgType string
data byte
리턴 System

SaveAsync() 공개 메소드

public SaveAsync ( Bitmessage bm ) : void
bm Bitmessage
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string