C# Class Ros_CSharp.Poll_Signal

Inheritance: IDisposable
Show file Open project: uml-robotics/ROS.NET Class Usage Examples

Public Properties

Property Type Description
Method System.Reflection.MethodInfo
Target object

Public Methods

Method Description
Dispose ( ) : void
Poll_Signal ( System.Action psf ) : System

Private Methods

Method Description
Signal ( ) : void
signal ( ) : void
threadFunc ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Poll_Signal() public method

public Poll_Signal ( System.Action psf ) : System
psf System.Action
return System

Property Details

Method public property

public MethodInfo,System.Reflection Method
return System.Reflection.MethodInfo

Target public property

public object Target
return object