Class DeviceImpDisconnectedArgs
Parameters sent with a DeviceDisconnected event.
Inheritance
System.Object
System.EventArgs
DeviceImpDisconnectedArgs
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: Fusee.Engine.Common
Assembly: Fusee.Engine.Common.dll
Syntax
public class DeviceImpDisconnectedArgs : EventArgs
Fields
Desc
The human-readable description string of the device that just disconnected.
Declaration
public string Desc
Field Value
Type | Description |
---|---|
System.String |
Id
The device identifier of the device just disconnected.
Declaration
public string Id
Field Value
Type | Description |
---|---|
System.String |