C# 클래스 AsterixDisplayAnalyser.RecForwConnection4

파일 보기 프로젝트 열기: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY 1 사용 예제들

공개 메소드들

메소드 설명
GetBytesProcessed ( ) : int
IsForwardingEnabled ( ) : bool
IsRecordingEnabled ( ) : bool
StartForward ( IPAddress Interface_Addres, IPAddress Multicast_Address, int PortNumber, IPAddress Frwd_Interface_Addres, IPAddress Frwd_Multicast_Address, int Frwd_PortNumber ) : bool
StartRecording ( bool Is_ReplayFormat, string FilePath, IPAddress Interface_Addres, IPAddress Multicast_Address, int PortNumber ) : bool
StopForwarding ( ) : void
StopRecording ( ) : void

비공개 메소드들

메소드 설명
Cleanup ( ) : void
DOWork ( ) : void
IsConnectionActive ( ) : bool

메소드 상세

GetBytesProcessed() 공개 정적인 메소드

public static GetBytesProcessed ( ) : int
리턴 int

IsForwardingEnabled() 공개 정적인 메소드

public static IsForwardingEnabled ( ) : bool
리턴 bool

IsRecordingEnabled() 공개 정적인 메소드

public static IsRecordingEnabled ( ) : bool
리턴 bool

StartForward() 공개 정적인 메소드

public static StartForward ( IPAddress Interface_Addres, IPAddress Multicast_Address, int PortNumber, IPAddress Frwd_Interface_Addres, IPAddress Frwd_Multicast_Address, int Frwd_PortNumber ) : bool
Interface_Addres System.Net.IPAddress
Multicast_Address System.Net.IPAddress
PortNumber int
Frwd_Interface_Addres System.Net.IPAddress
Frwd_Multicast_Address System.Net.IPAddress
Frwd_PortNumber int
리턴 bool

StartRecording() 공개 정적인 메소드

public static StartRecording ( bool Is_ReplayFormat, string FilePath, IPAddress Interface_Addres, IPAddress Multicast_Address, int PortNumber ) : bool
Is_ReplayFormat bool
FilePath string
Interface_Addres System.Net.IPAddress
Multicast_Address System.Net.IPAddress
PortNumber int
리턴 bool

StopForwarding() 공개 정적인 메소드

public static StopForwarding ( ) : void
리턴 void

StopRecording() 공개 정적인 메소드

public static StopRecording ( ) : void
리턴 void