C# Class Server_application.RTCServer

Inheritance: TCPServer
Afficher le fichier Open project: HeroOfTheWinds/CS-350-410-431-Group-Project Class Usage Examples

Méthodes publiques

Свойство Type Description
IDLock object
connectExpected System.Threading.ManualResetEventSlim
connected System.Threading.ManualResetEventSlim

Méthodes publiques

Méthode Description
RTCServer ( uint serverID ) : System
getCurrentID ( ) : uint
setCurrentID ( uint ID ) : void
setExpectedClient ( uint clientID ) : void
startServer ( ) : void
stopServer ( ) : void

Method Details

RTCServer() public méthode

public RTCServer ( uint serverID ) : System
serverID uint
Résultat System

getCurrentID() public static méthode

public static getCurrentID ( ) : uint
Résultat uint

setCurrentID() public static méthode

public static setCurrentID ( uint ID ) : void
ID uint
Résultat void

setExpectedClient() public static méthode

public static setExpectedClient ( uint clientID ) : void
clientID uint
Résultat void

startServer() public méthode

public startServer ( ) : void
Résultat void

stopServer() public méthode

public stopServer ( ) : void
Résultat void

Property Details

IDLock public_oe static_oe property

public static object IDLock
Résultat object

connectExpected public_oe static_oe property

public static ManualResetEventSlim,System.Threading connectExpected
Résultat System.Threading.ManualResetEventSlim

connected public_oe static_oe property

public static ManualResetEventSlim,System.Threading connected
Résultat System.Threading.ManualResetEventSlim