C# Class UDPClient.Worker

Show file Open project: AnthonyNystrom/MobiVU Class Usage Examples

Public Methods

Method Description
DoWork ( ) : void
GetRX ( ) : int
GetTX ( ) : int
Init ( String sServer, int iPort, byte byData, int iSleep, int iIDThread, bool bVideo, int iMode ) : void
RequestStop ( ) : void
StartStop ( bool bStart ) : void

Method Details

DoWork() public method

public DoWork ( ) : void
return void

GetRX() public method

public GetRX ( ) : int
return int

GetTX() public method

public GetTX ( ) : int
return int

Init() public method

public Init ( String sServer, int iPort, byte byData, int iSleep, int iIDThread, bool bVideo, int iMode ) : void
sServer String
iPort int
byData byte
iSleep int
iIDThread int
bVideo bool
iMode int
return void

RequestStop() public method

public RequestStop ( ) : void
return void

StartStop() public method

public StartStop ( bool bStart ) : void
bStart bool
return void