Show / Hide Table of Contents

Ne Property

Ne

The maximum number of bytes expected in the response data. Must be a non-negative number.

C#
public int Ne { get; set; }

Property Value

Type Description
int

Remarks

Values of note:

  • 0No data is expected to be returned.
  • int.MaxValue Maximum value according to the encoding used. See AsByteArray() and AsByteArray(ApduEncoding).
In this article
Back to top Generated by DocFX