CreditCard.ReadRecord(Byte, Byte, Boolean) Method

Definition

Read a specific record

public Iot.Device.Card.ErrorType ReadRecord (byte sfi, byte record, bool isLogEntry = false);
member this.ReadRecord : byte * byte * bool -> Iot.Device.Card.ErrorType
Public Function ReadRecord (sfi As Byte, record As Byte, Optional isLogEntry As Boolean = false) As ErrorType

Parameters

sfi
Byte

The Short File Identifier

record
Byte

The Record to read

isLogEntry
Boolean

Are we reading a log entry or something else?

Returns

The error status

Applies to