Method | Description | |
---|---|---|
Connect ( string FilePath, |
||
Disconnect ( ) : void | ||
GetBytesProcessedSoFar ( ) : long | ||
GetCurrentStatus ( ) : ReplayStatus | ||
Pause ( ) : void | ||
SetReplaySpeed ( int Speed ) : void | ||
Start ( ) : void |
Method | Description | |
---|---|---|
Cleanup ( ) : void | ||
DOWork ( ) : void | ||
SetStatus ( ReplayStatus Status ) : void | ||
StopThread ( ) : void |
public static Connect ( string FilePath, |
||
FilePath | string | |
Interface_Addres_IN | ||
Multicast_Address_IN | ||
PortNumber_IN | int | |
return | bool |
public static GetBytesProcessedSoFar ( ) : long | ||
return | long |
public static GetCurrentStatus ( ) : ReplayStatus | ||
return | ReplayStatus |
public static SetReplaySpeed ( int Speed ) : void | ||
Speed | int | |
return | void |