Property | Type | Description |
---|
Method | Description | |
---|---|---|
ConnectCallback ( IAsyncResult ar ) : void | ||
DisconnectCallback ( IAsyncResult ar ) : void | ||
PhysicalWorker ( System.Guid guid, string name, string ifMac, string ifIp, string ifMask, string gatewayMac, string gatewayIp ) : System | ||
ReceiveCallback ( IAsyncResult ar ) : void | ||
ReceivePackets ( ) : void | ||
SendCallback ( IAsyncResult ar ) : void | ||
SendData ( Packet packet, System.Guid guid ) : void | ||
SendPacket ( Packet packet ) : void | ||
Stop ( ) : void |
public ConnectCallback ( IAsyncResult ar ) : void | ||
ar | IAsyncResult | |
return | void |
public DisconnectCallback ( IAsyncResult ar ) : void | ||
ar | IAsyncResult | |
return | void |
public PhysicalWorker ( System.Guid guid, string name, string ifMac, string ifIp, string ifMask, string gatewayMac, string gatewayIp ) : System | ||
guid | System.Guid | |
name | string | |
ifMac | string | |
ifIp | string | |
ifMask | string | |
gatewayMac | string | |
gatewayIp | string | |
return | System |
public ReceiveCallback ( IAsyncResult ar ) : void | ||
ar | IAsyncResult | |
return | void |
public SendCallback ( IAsyncResult ar ) : void | ||
ar | IAsyncResult | |
return | void |
public SendData ( Packet packet, System.Guid guid ) : void | ||
packet | Packet | |
guid | System.Guid | |
return | void |
public ManualResetEventSlim,System.Threading Initialized | ||
return |
public ManualResetEventSlim,System.Threading ThreadActive | ||
return |
public FragmentationBuffer,Network_Manager.Jobs.Extensions fragBuffer | ||
return |
public MacAddress,System.Net gatewayHardwareAddress | ||
return | System.Net.MacAddress |
public string gatewayHardwareAddressString | ||
return | string |
public IpV4Address,PcapDotNet.Packets.IpV4 gatewayProtocolAddress | ||
return | PcapDotNet.Packets.IpV4.IpV4Address |
public string gatewayProtocolAddressString | ||
return | string |
public MacAddress,System.Net ifHardwareAddress | ||
return | System.Net.MacAddress |
public IpV4Address,PcapDotNet.Packets.IpV4 ifProtocolAddress | ||
return | PcapDotNet.Packets.IpV4.IpV4Address |
public IpV4Address,PcapDotNet.Packets.IpV4 ifProtocolMask | ||
return | PcapDotNet.Packets.IpV4.IpV4Address |
public IpV4Address,PcapDotNet.Packets.IpV4 ownProtocolAddress | ||
return | PcapDotNet.Packets.IpV4.IpV4Address |