C# 클래스 Network_Manager.Jobs.Extensions.Dhcp

파일 보기 프로젝트 열기: SortByte/Network-Manager

공개 프로퍼티들

프로퍼티 타입 설명
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[]

공개 메소드들

메소드 설명
Dhcp ( byte buffer ) : System
Dhcp ( int optionsLength ) : System
getOption ( int code ) : byte[]
toByteArray ( ) : byte[]

메소드 상세

Dhcp() 공개 메소드

public Dhcp ( byte buffer ) : System
buffer byte
리턴 System

Dhcp() 공개 메소드

public Dhcp ( int optionsLength ) : System
optionsLength int
리턴 System

getOption() 공개 메소드

public getOption ( int code ) : byte[]
code int
리턴 byte[]

toByteArray() 공개 메소드

public toByteArray ( ) : byte[]
리턴 byte[]

프로퍼티 상세

BootFileName 공개적으로 프로퍼티

public byte[] BootFileName
리턴 byte[]

ClientHardwareAddress 공개적으로 프로퍼티

public byte[] ClientHardwareAddress
리턴 byte[]

ClientIp 공개적으로 프로퍼티

public byte[] ClientIp
리턴 byte[]

Flags 공개적으로 프로퍼티

public ushort Flags
리턴 ushort

GatewayIp 공개적으로 프로퍼티

public byte[] GatewayIp
리턴 byte[]

HardwareAddressLength 공개적으로 프로퍼티

public byte HardwareAddressLength
리턴 byte

HardwareAddressPadding 공개적으로 프로퍼티

public byte[] HardwareAddressPadding
리턴 byte[]

HardwareType 공개적으로 프로퍼티

public byte HardwareType
리턴 byte

Hops 공개적으로 프로퍼티

public byte Hops
리턴 byte

Id 공개적으로 프로퍼티

public uint Id
리턴 uint

MagicCookie 공개적으로 프로퍼티

public uint MagicCookie
리턴 uint

MessageType 공개적으로 프로퍼티

public byte MessageType
리턴 byte

Options 공개적으로 프로퍼티

public byte[] Options
리턴 byte[]

SecondsElapsed 공개적으로 프로퍼티

public ushort SecondsElapsed
리턴 ushort

ServerHostName 공개적으로 프로퍼티

public byte[] ServerHostName
리턴 byte[]

ServerIp 공개적으로 프로퍼티

public byte[] ServerIp
리턴 byte[]

YourIp 공개적으로 프로퍼티

public byte[] YourIp
리턴 byte[]