C# Class CyrusBuilt.MonoPi.IO.UnrecognizedPinFoundEventArgs

Unrecognized pin found event arguments class.
Inheritance: System.EventArgs
Show file Open project: cyrusbuilt/MonoPi Class Usage Examples

Public Methods

Method Description
UnrecognizedPinFoundEventArgs ( String eventMessage ) : System

Initializes a new instance of the CyrusBuilt.MonoPi.IO.UnrecognizedPinFoundEventArgs class with a message describing the event.

Method Details

UnrecognizedPinFoundEventArgs() public method

Initializes a new instance of the CyrusBuilt.MonoPi.IO.UnrecognizedPinFoundEventArgs class with a message describing the event.
public UnrecognizedPinFoundEventArgs ( String eventMessage ) : System
eventMessage String /// A message describing the event. ///
return System