Share via


ElectronicValueRW.RetrieveResultInformation(String, String) Method

Definition

Used to associate a tag name with the data value that comes from the card that is being read.

public abstract Microsoft.PointOfService.EVRWResultInformation RetrieveResultInformation (string name, string value);
abstract member RetrieveResultInformation : string * string -> Microsoft.PointOfService.EVRWResultInformation
Public MustOverride Function RetrieveResultInformation (name As String, value As String) As EVRWResultInformation

Parameters

name
String

The tag name whose value is to be retrieved.

value
String

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

Returns

Applies to