C# 클래스 NetMQ.Zyre.ZreMsgOriginal

work with ZRE messages - as generated by ZProt
파일 보기 프로젝트 열기: NetMQ/Zyre 1 사용 예제들

공개 메소드들

메소드 설명
Receive ( IReceivingSocket input ) : void

Receive a ZreMsgOriginal from the socket.

Send ( IOutgoingSocket output ) : void

Send the ZreMsgOriginal to the socket.

ZreMsgOriginal ( ) : System

Create a new ZreMsgOriginal

비공개 메소드들

메소드 설명
GetLongString ( ) : string
GetNumber1 ( ) : byte
GetNumber2 ( ) : UInt16
GetNumber4 ( ) : UInt32
GetNumber8 ( ) : System.UInt64
GetOctets ( byte host, int size ) : void
GetString ( ) : string
PutLongString ( string host ) : void
PutNumber1 ( byte host ) : void
PutNumber2 ( UInt16 host ) : void
PutNumber4 ( UInt32 host ) : void
PutNumber8 ( System.UInt64 host ) : void
PutOctets ( byte host, int size ) : void
PutString ( string host ) : void

메소드 상세

Receive() 공개 메소드

Receive a ZreMsgOriginal from the socket.
public Receive ( IReceivingSocket input ) : void
input IReceivingSocket
리턴 void

Send() 공개 메소드

Send the ZreMsgOriginal to the socket.
public Send ( IOutgoingSocket output ) : void
output IOutgoingSocket
리턴 void

ZreMsgOriginal() 공개 메소드

Create a new ZreMsgOriginal
public ZreMsgOriginal ( ) : System
리턴 System