C# Class UDPSend, cs-mini-modbot-simulation

Inheritance: MonoBehaviour
Show file Open project: intel-cornellcup/mini-modbot-simulation Class Usage Examples

Public Properties

Property Type Description
DEBUG Boolean
ct int
port int
unity Socket

Public Methods

Method Description
init ( ) : void

Private Methods

Method Description
Start ( ) : void
Update ( ) : void
addCommand ( ) : List
sendCommand ( ) : void
sendString ( string message ) : void

Method Details

init() public method

public init ( ) : void
return void

Property Details

DEBUG public property

public Boolean DEBUG
return Boolean

ct public static property

public static int ct
return int

port public property

public int port
return int

unity public static property

public static Socket unity
return Socket