C# Class Emul8.HostInterfaces.Network.LinuxTapInterface

Inheritance: ITapInterface, IHasOwnLife, IDisposable
Show file Open project: emul8/emul8 Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
LinuxTapInterface ( string name, bool persistent ) : System
Pause ( ) : void
ReceiveFrame ( Emul8.Network.EthernetFrame frame ) : void
Resume ( ) : void
Start ( ) : void

Private Methods

Method Description
Init ( ) : void
TransmitLoop ( CancellationToken token ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

LinuxTapInterface() public method

public LinuxTapInterface ( string name, bool persistent ) : System
name string
persistent bool
return System

Pause() public method

public Pause ( ) : void
return void

ReceiveFrame() public method

public ReceiveFrame ( Emul8.Network.EthernetFrame frame ) : void
frame Emul8.Network.EthernetFrame
return void

Resume() public method

public Resume ( ) : void
return void

Start() public method

public Start ( ) : void
return void