C# Class Acme.Sony9Pin.ConnectedEventArgs

The protocol error event args.
Inheritance: EventArgs
Datei anzeigen Open project: lathoub/Sony9Pin.net

Public Properties

Property Type Description
Connected bool

Public Methods

Method Description
ConnectedEventArgs ( bool connected ) : System

Initializes a new instance of the ConnectedEventArgs class.

Method Details

ConnectedEventArgs() public method

Initializes a new instance of the ConnectedEventArgs class.
public ConnectedEventArgs ( bool connected ) : System
connected bool /// The memory. ///
return System

Property Details

Connected public_oe property

The index.
public bool Connected
return bool