C# 클래스 Emul8.HostInterfaces.Network.LinuxTapInterface

상속: ITapInterface, IHasOwnLife, IDisposable
파일 보기 프로젝트 열기: emul8/emul8 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
LinuxTapInterface ( string name, bool persistent ) : System
Pause ( ) : void
ReceiveFrame ( Emul8.Network.EthernetFrame frame ) : void
Resume ( ) : void
Start ( ) : void

비공개 메소드들

메소드 설명
Init ( ) : void
TransmitLoop ( CancellationToken token ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

LinuxTapInterface() 공개 메소드

public LinuxTapInterface ( string name, bool persistent ) : System
name string
persistent bool
리턴 System

Pause() 공개 메소드

public Pause ( ) : void
리턴 void

ReceiveFrame() 공개 메소드

public ReceiveFrame ( Emul8.Network.EthernetFrame frame ) : void
frame Emul8.Network.EthernetFrame
리턴 void

Resume() 공개 메소드

public Resume ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void