UPOS 1.15.1 RTF Avatar
  1. OMG Issue

UPOS1151 — ElectronicValueRW, method setParameterInformation: Confusing Description

  • Key: UPOS1151-39
  • Status: open  
  • Source: Free Software Developer ( Martin Conrad)
  • Summary:

    The description for parameter value specifies:

    If the name parameter is not recognized or not supported for the current card type, the value returned will be an empty string (““).

    but value is not specified as inout parameter.

    Three opportunities are available:

    • Make value inout: Change the Syntax line.
    • Change description for parameter value as follows:
      If the name parameter is not recognized or not supported for the current card type, it will be ignored.
    • Remove everything following "If" of the description of parameter value and add the following to the Errors section:
      Some possible values of the exception’s ErrorCode property are:
      Value - Meaning
      E_ILLEGAL - If the name parameter is not recognized or not supported for the current card type.
  • Reported: UPOS 1.15 — Tue, 13 Jun 2023 23:02 GMT
  • Updated: Thu, 15 Jun 2023 12:50 GMT