Tanoda
Leap.SetConfigResponseEventArgs Class Reference

Dispatched when a configuration change is completed. More...

Inheritance diagram for Leap.SetConfigResponseEventArgs:
Leap.LeapEventArgs

Public Member Functions

 SetConfigResponseEventArgs (string config_key, Config.ValueType dataType, object value, uint requestId)
 
- Public Member Functions inherited from Leap.LeapEventArgs
 LeapEventArgs (LeapEvent type)
 

Properties

string ConfigKey [get, set]
 
Config.ValueType DataType [get, set]
 
object Value [get, set]
 
uint RequestId [get, set]
 
- Properties inherited from Leap.LeapEventArgs
LeapEvent type [get, set]
 

Detailed Description

Dispatched when a configuration change is completed.

Provides the configuration key, whether the change was successful, and the id of the original change request.

Since
3.0

Definition at line 146 of file Events.cs.

Constructor & Destructor Documentation

◆ SetConfigResponseEventArgs()

Leap.SetConfigResponseEventArgs.SetConfigResponseEventArgs ( string  config_key,
Config.ValueType  dataType,
object  value,
uint  requestId 
)

Definition at line 147 of file Events.cs.

Property Documentation

◆ ConfigKey

string Leap.SetConfigResponseEventArgs.ConfigKey
getset

Definition at line 153 of file Events.cs.

◆ DataType

Config.ValueType Leap.SetConfigResponseEventArgs.DataType
getset

Definition at line 154 of file Events.cs.

◆ RequestId

uint Leap.SetConfigResponseEventArgs.RequestId
getset

Definition at line 156 of file Events.cs.

◆ Value

object Leap.SetConfigResponseEventArgs.Value
getset

Definition at line 155 of file Events.cs.


The documentation for this class was generated from the following file: