C# Class UDPClient.Worker

Afficher le fichier Open project: AnthonyNystrom/MobiVU Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public DoWork ( ) : void
Résultat void

GetRX() public méthode

public GetRX ( ) : int
Résultat int

GetTX() public méthode

public GetTX ( ) : int
Résultat int

Init() public méthode

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
Résultat void

RequestStop() public méthode

public RequestStop ( ) : void
Résultat void

StartStop() public méthode

public StartStop ( bool bStart ) : void
bStart bool
Résultat void