共用方式為


ElectronicValueRW.SetParameterInformation(String, String) Method

Definition

Used to associate a tag name with additional data value parameters that are associated with the card that is being read.

public abstract void SetParameterInformation (string name, string value);
abstract member SetParameterInformation : string * string -> unit
Public MustOverride Sub SetParameterInformation (name As String, value As String)

Parameters

name
String

The tag used to identify the specific card data item.

value
String

The string value for the tag specified by the name parameter.

Applies to