C# Class X13.Periphery.MsDhcpReq

Inheritance: MsMessage
显示文件 Open project: X13home/X13.Host

Public Properties

Property Type Description
hLen byte[]
radius byte
xId ushort

Public Methods

Method Description
MsDhcpReq ( byte buf, int start, int end ) : System
ToString ( ) : string

Method Details

MsDhcpReq() public method

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

ToString() public method

public ToString ( ) : string
return string

Property Details

hLen public_oe property

public byte[] hLen
return byte[]

radius public_oe property

public byte radius
return byte

xId public_oe property

public ushort xId
return ushort