KeyboardManagerClearMapping Method |
Removes a single active mapping.
Namespace:
Com.Datalogic.Device.Input
Assembly:
datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public virtual int ClearMapping(
VScanEntry scanCode
)
Public Overridable Function ClearMapping (
scanCode As VScanEntry
) As Integer
Parameters
- scanCode
- Type: Com.Datalogic.Device.InputVScanEntry
- a VScanEntry representing the virtual scan code, mapped that must be removed.
Return Value
Type:
Int32intSuccess in case of success,
otherwise a possible error code, matching one of the
DeviceException error constants.
Exceptions Remarks See Also