ElectronicValueRW.RetrieveResultInformation Method (POS for .NET v1.14.1 SDK Documentation)

4/4/2017

Associates a tag name with the data value from the card that is being read by the electronic value reader/writer.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public MustOverride Function RetrieveResultInformation ( _
    name As String, _
    value As String _
) As EVRWResultInformation
public abstract EVRWResultInformation RetrieveResultInformation (
    string name,
    string value
)
public:
virtual EVRWResultInformation RetrieveResultInformation (
    String^ name, 
    String^ value
) abstract
public abstract EVRWResultInformation RetrieveResultInformation (
    String name, 
    String value
)
public abstract function RetrieveResultInformation (
    name : String, 
    value : String
) : EVRWResultInformation

Parameters

  • name
    The tag name of the value to be retrieved.
  • value
    The string value for the tag specified by the name parameter. If the name parameter is not recognized or is not supported for the current card type, the value is an empty string (““).

Return Value

Returns EVRWResultInformation.

Remarks

For more information about the list of tag names and values, see EVRWResultInformation.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

ElectronicValueRW Class
ElectronicValueRW Members
Microsoft.PointOfService Namespace