C# 클래스 X13.Periphery.MsDhcpReq

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

공개 프로퍼티들

프로퍼티 타입 설명
hLen byte[]
radius byte
xId ushort

공개 메소드들

메소드 설명
MsDhcpReq ( byte buf, int start, int end ) : System
ToString ( ) : string

메소드 상세

MsDhcpReq() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

hLen 공개적으로 프로퍼티

public byte[] hLen
리턴 byte[]

radius 공개적으로 프로퍼티

public byte radius
리턴 byte

xId 공개적으로 프로퍼티

public ushort xId
리턴 ushort