C# Class LocalListener, Team-7

Inheritance: MonoBehaviour
Afficher le fichier Open project: RUGSoftEng/Team-7 Class Usage Examples

Méthodes publiques

Свойство Type Description
listen bool
port int

Méthodes publiques

Méthode Description
IsListening ( ) : bool
StartListening ( ) : void
StopListening ( ) : void

Private Methods

Méthode Description
GetMyIP ( ) : string
Listen ( ) : void
PacketHandler ( IAsyncResult ar ) : void

Method Details

IsListening() public méthode

public IsListening ( ) : bool
Résultat bool

StartListening() public méthode

public StartListening ( ) : void
Résultat void

StopListening() public méthode

public StopListening ( ) : void
Résultat void

Property Details

listen public_oe property

public bool listen
Résultat bool

port public_oe property

public int port
Résultat int