C# Class Assets.UDP

Show file Open project: Ractiv/touch_plus_source_code

Public Methods

Method Description
Assign ( int portIn = -1 ) : int
SetUDPCallback ( int>.Func udpCallbackIn ) : void

Private Methods

Method Description
DoReceiveFrom ( IAsyncResult iar ) : void

Method Details

Assign() public method

public Assign ( int portIn = -1 ) : int
portIn int
return int

SetUDPCallback() public method

public SetUDPCallback ( int>.Func udpCallbackIn ) : void
udpCallbackIn int>.Func
return void