C# 클래스 X13.Periphery.MsForward

상속: MsMessage
파일 보기 프로젝트 열기: X13home/X13.Host

공개 프로퍼티들

프로퍼티 타입 설명
addr byte[]
msg MsMessage

공개 메소드들

메소드 설명
GetBytes ( ) : byte[]
MsForward ( byte addr, MsMessage msg ) : System
MsForward ( byte buf, int start, int end ) : System
ToString ( ) : string

메소드 상세

GetBytes() 공개 메소드

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

MsForward() 공개 메소드

public MsForward ( byte addr, MsMessage msg ) : System
addr byte
msg MsMessage
리턴 System

MsForward() 공개 메소드

public MsForward ( byte buf, int start, int end ) : System
buf byte
start int
end int
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

addr 공개적으로 프로퍼티

public byte[] addr
리턴 byte[]

msg 공개적으로 프로퍼티

public MsMessage,X13.Periphery msg
리턴 MsMessage