Contents

init(manufacturerCode:customCommandCode:requestParameters:maximumRetries:retryInterval:)

Declaration

init(manufacturerCode: Int, customCommandCode: Int, requestParameters: Data?, maximumRetries: Int, retryInterval: TimeInterval)

Parameters

  • manufacturerCode:

    8 bits manufacturer code.

  • customCommandCode:

    8 bits custom command code. Valid range is 0xA0 to 0xDF.

  • requestParameters:

    Optional custom request parameters.

  • maximumRetries:

    Maximum number of retry attempt when tag response is not received.

  • retryInterval:

    Time interval wait between each retry attempt.