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 |
---|---|
System.Int32 |
Remarks
Values of note:
- 0No data is expected to be returned.
- System.Int32.MaxValue Maximum value according to the encoding used. See AsByteArray() and AsByteArray(ApduEncoding).