C# Class Network_Manager.Jobs.Extensions.Dhcp

Mostrar archivo 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_oe property

public byte[] BootFileName
return byte[]

ClientHardwareAddress public_oe property

public byte[] ClientHardwareAddress
return byte[]

ClientIp public_oe property

public byte[] ClientIp
return byte[]

Flags public_oe property

public ushort Flags
return ushort

GatewayIp public_oe property

public byte[] GatewayIp
return byte[]

HardwareAddressLength public_oe property

public byte HardwareAddressLength
return byte

HardwareAddressPadding public_oe property

public byte[] HardwareAddressPadding
return byte[]

HardwareType public_oe property

public byte HardwareType
return byte

Hops public_oe property

public byte Hops
return byte

Id public_oe property

public uint Id
return uint

MagicCookie public_oe property

public uint MagicCookie
return uint

MessageType public_oe property

public byte MessageType
return byte

Options public_oe property

public byte[] Options
return byte[]

SecondsElapsed public_oe property

public ushort SecondsElapsed
return ushort

ServerHostName public_oe property

public byte[] ServerHostName
return byte[]

ServerIp public_oe property

public byte[] ServerIp
return byte[]

YourIp public_oe property

public byte[] YourIp
return byte[]