C# Class Network_Manager.Jobs.Extensions.Dhcp

Show file Open project: SortByte/Network-Manager

Public Properties

Property Type Description
BootFileName byte[]
ClientHardwareAddress byte[]
ClientIp byte[]
Flags ushort
GatewayIp byte[]
HardwareAddressLength byte
HardwareAddressPadding byte[]
HardwareType byte
Hops byte
Id uint
MagicCookie uint
MessageType byte
Options byte[]
SecondsElapsed ushort
ServerHostName byte[]
ServerIp byte[]
YourIp byte[]

Public Methods

Method Description
Dhcp ( byte buffer ) : System
Dhcp ( int optionsLength ) : System
getOption ( int code ) : byte[]
toByteArray ( ) : byte[]

Method Details

Dhcp() public method

public Dhcp ( byte buffer ) : System
buffer byte
return System

Dhcp() public method

public Dhcp ( int optionsLength ) : System
optionsLength int
return System

getOption() public method

public getOption ( int code ) : byte[]
code int
return byte[]

toByteArray() public method

public toByteArray ( ) : byte[]
return byte[]

Property Details

BootFileName public property

public byte[] BootFileName
return byte[]

ClientHardwareAddress public property

public byte[] ClientHardwareAddress
return byte[]

ClientIp public property

public byte[] ClientIp
return byte[]

Flags public property

public ushort Flags
return ushort

GatewayIp public property

public byte[] GatewayIp
return byte[]

HardwareAddressLength public property

public byte HardwareAddressLength
return byte

HardwareAddressPadding public property

public byte[] HardwareAddressPadding
return byte[]

HardwareType public property

public byte HardwareType
return byte

Hops public property

public byte Hops
return byte

Id public property

public uint Id
return uint

MagicCookie public property

public uint MagicCookie
return uint

MessageType public property

public byte MessageType
return byte

Options public property

public byte[] Options
return byte[]

SecondsElapsed public property

public ushort SecondsElapsed
return ushort

ServerHostName public property

public byte[] ServerHostName
return byte[]

ServerIp public property

public byte[] ServerIp
return byte[]

YourIp public property

public byte[] YourIp
return byte[]