C# 클래스 BitSharper.Message

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

Private Properties

프로퍼티 타입 설명
Message System
Message System
ReadBytes byte[]
ReadHash Sha256Hash
ReadStr string
ReadUint32 uint
ReadUint64 ulong
ReadVarInt ulong

공개 메소드들

메소드 설명
BitcoinSerialize ( ) : byte[]
BitcoinSerializeToStream ( Stream stream ) : void

Serializes this message to the provided stream. If you just want the raw bytes use bitcoinSerialize().

보호된 메소드들

메소드 설명
Message ( ) : System

This exists for the Java serialization framework to use only.

Parse ( ) : void

비공개 메소드들

메소드 설명
Message ( NetworkParameters @params ) : System
Message ( NetworkParameters @params, byte msg, int offset, uint protocolVersion = NetworkParameters.ProtocolVersion ) : System
ReadBytes ( int length ) : byte[]
ReadHash ( ) : Sha256Hash
ReadStr ( ) : string
ReadUint32 ( ) : uint
ReadUint64 ( ) : ulong
ReadVarInt ( ) : ulong

메소드 상세

BitcoinSerialize() 공개 메소드

public BitcoinSerialize ( ) : byte[]
리턴 byte[]

BitcoinSerializeToStream() 공개 메소드

Serializes this message to the provided stream. If you just want the raw bytes use bitcoinSerialize().
public BitcoinSerializeToStream ( Stream stream ) : void
stream Stream
리턴 void

Message() 보호된 메소드

This exists for the Java serialization framework to use only.
protected Message ( ) : System
리턴 System

Parse() 보호된 추상적인 메소드

protected abstract Parse ( ) : void
리턴 void