C# 클래스 X13.Periphery.MsMessage

파일 보기 프로젝트 열기: X13home/X13.Host 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
MsgTyp MsMessageType

보호된 프로퍼티들

프로퍼티 타입 설명
_length ushort
enc System.Text.UTF8Encoding

공개 메소드들

메소드 설명
GetBytes ( ) : byte[]
MsMessage ( MsMessageType type ) : System
Parse ( byte buf, int start, int end ) : MsMessage
ToString ( ) : string

보호된 메소드들

메소드 설명
MsMessage ( byte buf, int start, int end ) : System

메소드 상세

GetBytes() 공개 메소드

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

MsMessage() 공개 메소드

public MsMessage ( MsMessageType type ) : System
type MsMessageType
리턴 System

MsMessage() 보호된 메소드

protected MsMessage ( byte buf, int start, int end ) : System
buf byte
start int
end int
리턴 System

Parse() 공개 정적인 메소드

public static Parse ( byte buf, int start, int end ) : MsMessage
buf byte
start int
end int
리턴 MsMessage

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

MsgTyp 공개적으로 프로퍼티

public MsMessageType MsgTyp
리턴 MsMessageType

_length 보호되어 있는 프로퍼티

protected ushort _length
리턴 ushort

enc 보호되어 있는 정적으로 프로퍼티

protected static UTF8Encoding,System.Text enc
리턴 System.Text.UTF8Encoding