Class DhcpPacket
Inheritance
System.Object
DhcpPacket
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Cosmos.Deploy.Pixie.dll
Syntax
Constructors
|
Improve this Doc
View Source
DhcpPacket()
Declaration
|
Improve this Doc
View Source
DhcpPacket(Byte[])
Declaration
public DhcpPacket(byte[] aData)
Parameters
Type |
Name |
Description |
System.Byte[] |
aData |
|
Fields
|
Improve this Doc
View Source
BootFile
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ClientAddr
Declaration
Field Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Flags
Declaration
Field Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
Hops
Declaration
Field Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
HwAddr
Declaration
Field Value
Type |
Description |
System.Byte[] |
|
|
Improve this Doc
View Source
HwLength
Declaration
Field Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
HwType
Declaration
Field Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
mMagicCookie
Declaration
protected uint mMagicCookie
Field Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Msg
Declaration
public DhcpPacket.MsgType Msg
Field Value
|
Improve this Doc
View Source
Op
Declaration
public DhcpPacket.OpType Op
Field Value
|
Improve this Doc
View Source
Options
Declaration
public Dictionary<byte, byte[]> Options
Field Value
Type |
Description |
System.Collections.Generic.Dictionary<System.Byte, System.Byte[]> |
|
|
Improve this Doc
View Source
ServerAddr
Declaration
Field Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
TxID
Declaration
Field Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
YourAddr
Declaration
Field Value
Type |
Description |
System.UInt32 |
|
Methods
|
Improve this Doc
View Source
AddTextOption(Byte, String)
Declaration
public void AddTextOption(byte aID, string aText)
Parameters
Type |
Name |
Description |
System.Byte |
aID |
|
System.String |
aText |
|
|
Improve this Doc
View Source
GetBytes()
Declaration
Returns
Type |
Description |
System.Byte[] |
|