KeyboardManagerGetMappingArguments Method |
Gets the arguments of a key mapping.
Namespace:
Com.Datalogic.Decode
Assembly:
datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0
(1.0.0.0)
Syntax
public virtual System.Collections.Generic.IDictionary<string,string> GetMappingArguments (Com.Datalogic.Device.Input.VScanEntry scanCode);
Public Virtual System.Collections.Generic.IDictionary GetMappingArguments (Com.Datalogic.Device.Input.VScanEntry scanCode);
Parameters
- scanCode
- Type: Com.Datalogic.Device.Input.VScanEntry
scan code to look for key mapping
Return Value
Type: System.Collections.Generic.IDictionary
the key mapping arguments
Remarks
See Also