C# Class Emul8.HostInterfaces.Network.LinuxTapInterface

Inheritance: ITapInterface, IHasOwnLife, IDisposable
Afficher le fichier Open project: emul8/emul8 Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
Init ( ) : void
TransmitLoop ( CancellationToken token ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

LinuxTapInterface() public méthode

public LinuxTapInterface ( string name, bool persistent ) : System
name string
persistent bool
Résultat System

Pause() public méthode

public Pause ( ) : void
Résultat void

ReceiveFrame() public méthode

public ReceiveFrame ( Emul8.Network.EthernetFrame frame ) : void
frame Emul8.Network.EthernetFrame
Résultat void

Resume() public méthode

public Resume ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void