PinPadBase.UpdateKeyImpl(Int32, String) 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.
The PinPadBase class calls UpdateKeyImpl from its UpdateKey method.
protected abstract void UpdateKeyImpl (int keyNumber, string key);
abstract member UpdateKeyImpl : int * string -> unit
Protected MustOverride Sub UpdateKeyImpl (keyNumber As Integer, key As String)
Parameters
- keyNumber
- Int32
Contains a key number.
- key
- String
Contains a Hex-ASCII value for a new key.