Class DiscoveryFinishedEventArgs
Provides the notification for the received discovery finished event.
Inheritance
System.Object
System.EventArgs
DiscoveryFinishedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: XBeeLibrary.Core.Events
Assembly: XBeeLibrary.Core.dll
Syntax
public class DiscoveryFinishedEventArgs : EventArgs
Constructors
DiscoveryFinishedEventArgs(String)
Instantiates a DiscoveryFinishedEventArgs object with the provided parameters.
Declaration
public DiscoveryFinishedEventArgs(string error)
Parameters
Type | Name | Description |
---|---|---|
System.String | error | The error message, if any. |
Properties
Error
The error string, if any.
Declaration
public string Error { get; }
Property Value
Type | Description |
---|---|
System.String |