C# Class SelfishNetv0.PC

显示文件 Open project: nov0caina/SelfishNetV3 Class Usage Examples

Public Properties

Property Type Description
capDown int
capUp int
ip IPAddress
isGateway bool
isLocalPc bool
mac PhysicalAddress
name string
nbPacketReceivedSinceLastReset int
nbPacketSentSinceLastReset int
redirect bool
timeSinceLastRarp ValueType
totalPacketReceived int
totalPacketSent int

Property Details

capDown public_oe property

public int capDown
return int

capUp public_oe property

public int capUp
return int

ip public_oe property

public IPAddress ip
return IPAddress

isGateway public_oe property

public bool isGateway
return bool

isLocalPc public_oe property

public bool isLocalPc
return bool

mac public_oe property

public PhysicalAddress mac
return PhysicalAddress

name public_oe property

public string name
return string

nbPacketReceivedSinceLastReset public_oe property

public int nbPacketReceivedSinceLastReset
return int

nbPacketSentSinceLastReset public_oe property

public int nbPacketSentSinceLastReset
return int

redirect public_oe property

public bool redirect
return bool

timeSinceLastRarp public_oe property

public ValueType timeSinceLastRarp
return ValueType

totalPacketReceived public_oe property

public int totalPacketReceived
return int

totalPacketSent public_oe property

public int totalPacketSent
return int