C# 클래스 bitmessage.network.Msg

파일 보기 프로젝트 열기: sharpbitmessage/SharpBitmessage 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetPayload Payload
Send void
isAckDataValid bool

공개 메소드들

메소드 설명
Msg ( ) : System
Msg ( Bitmessage bm ) : System
Msg ( Bitmessage bm, Payload payload ) : System
PayloadOfAskData ( ) : Payload
SaveAsync ( SQLite.SQLiteAsyncConnection db ) : Task
ToString ( ) : string

비공개 메소드들

메소드 설명
GetPayload ( ) : Payload
Send ( ) : void
isAckDataValid ( byte ackData ) : bool

메소드 상세

Msg() 공개 메소드

public Msg ( ) : System
리턴 System

Msg() 공개 메소드

public Msg ( Bitmessage bm ) : System
bm Bitmessage
리턴 System

Msg() 공개 메소드

public Msg ( Bitmessage bm, Payload payload ) : System
bm Bitmessage
payload Payload
리턴 System

PayloadOfAskData() 공개 메소드

public PayloadOfAskData ( ) : Payload
리턴 Payload

SaveAsync() 공개 메소드

public SaveAsync ( SQLite.SQLiteAsyncConnection db ) : Task
db SQLite.SQLiteAsyncConnection
리턴 Task

ToString() 공개 메소드

public ToString ( ) : string
리턴 string