ElectronicValueRW.UpdateKey(Int32, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Updates the key information in the device.
public abstract Microsoft.PointOfService.EVRWResult UpdateKey (int data, object obj);
abstract member UpdateKey : int * obj -> Microsoft.PointOfService.EVRWResult
Public MustOverride Function UpdateKey (data As Integer, obj As Object) As EVRWResult
Parameters
- data
- Int32
Data depends on implementation.
- obj
- Object
Object depends on implementation.