C# Class LocalListener, Team-7

Inheritance: MonoBehaviour
Mostra file Open project: RUGSoftEng/Team-7 Class Usage Examples

Public Properties

Property Type Description
listen bool
port int

Public Methods

Method Description
IsListening ( ) : bool
StartListening ( ) : void
StopListening ( ) : void

Private Methods

Method Description
GetMyIP ( ) : string
Listen ( ) : void
PacketHandler ( IAsyncResult ar ) : void

Method Details

IsListening() public method

public IsListening ( ) : bool
return bool

StartListening() public method

public StartListening ( ) : void
return void

StopListening() public method

public StopListening ( ) : void
return void

Property Details

listen public_oe property

public bool listen
return bool

port public_oe property

public int port
return int