C# Class Emul8.HostInterfaces.Network.OsXTapInterface

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

Private Properties

Property Type Description
Init void
ReadPacketAsync Task

Public Methods

Method Description
Dispose ( ) : void
OsXTapInterface ( string interfaceNameOrPath ) : System
Pause ( ) : void
ReceiveFrame ( Emul8.Network.EthernetFrame frame ) : void
Resume ( ) : void
Start ( ) : void

Private Methods

Method Description
Init ( ) : void
ReadPacketAsync ( ) : Task

Method Details

Dispose() public method

public Dispose ( ) : void
return void

OsXTapInterface() public method

public OsXTapInterface ( string interfaceNameOrPath ) : System
interfaceNameOrPath string
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