C# Class Network_Manager.Jobs.Extensions.Dhcp

Afficher le fichier Open project: SortByte/Network-Manager

Méthodes publiques

Свойство 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[]

Méthodes publiques

Méthode Description
Dhcp ( byte buffer ) : System
Dhcp ( int optionsLength ) : System
getOption ( int code ) : byte[]
toByteArray ( ) : byte[]

Method Details

Dhcp() public méthode

public Dhcp ( byte buffer ) : System
buffer byte
Résultat System

Dhcp() public méthode

public Dhcp ( int optionsLength ) : System
optionsLength int
Résultat System

getOption() public méthode

public getOption ( int code ) : byte[]
code int
Résultat byte[]

toByteArray() public méthode

public toByteArray ( ) : byte[]
Résultat byte[]

Property Details

BootFileName public_oe property

public byte[] BootFileName
Résultat byte[]

ClientHardwareAddress public_oe property

public byte[] ClientHardwareAddress
Résultat byte[]

ClientIp public_oe property

public byte[] ClientIp
Résultat byte[]

Flags public_oe property

public ushort Flags
Résultat ushort

GatewayIp public_oe property

public byte[] GatewayIp
Résultat byte[]

HardwareAddressLength public_oe property

public byte HardwareAddressLength
Résultat byte

HardwareAddressPadding public_oe property

public byte[] HardwareAddressPadding
Résultat byte[]

HardwareType public_oe property

public byte HardwareType
Résultat byte

Hops public_oe property

public byte Hops
Résultat byte

Id public_oe property

public uint Id
Résultat uint

MagicCookie public_oe property

public uint MagicCookie
Résultat uint

MessageType public_oe property

public byte MessageType
Résultat byte

Options public_oe property

public byte[] Options
Résultat byte[]

SecondsElapsed public_oe property

public ushort SecondsElapsed
Résultat ushort

ServerHostName public_oe property

public byte[] ServerHostName
Résultat byte[]

ServerIp public_oe property

public byte[] ServerIp
Résultat byte[]

YourIp public_oe property

public byte[] YourIp
Résultat byte[]