C# Class AsterixDisplayAnalyser.RecForwConnection3

Datei anzeigen Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
Cleanup ( ) : void
DOWork ( ) : void
IsConnectionActive ( ) : bool

Method Details

GetBytesProcessed() public static method

public static GetBytesProcessed ( ) : int
return int

IsForwardingEnabled() public static method

public static IsForwardingEnabled ( ) : bool
return bool

IsRecordingEnabled() public static method

public static IsRecordingEnabled ( ) : bool
return bool

StartForward() public static method

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
return bool

StartRecording() public static method

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
return bool

StopForwarding() public static method

public static StopForwarding ( ) : void
return void

StopRecording() public static method

public static StopRecording ( ) : void
return void