SAM

EMDK For Xamarin 8.0

SAM class represents and provides access to the physical SAMs.

Type - Java.Lang.Object

Methods

Connect

public virtual void Connect ();

SAM class represents and provides access to the physical SAMs.

Parameters:

Returns - System.Void

Disconnect

public virtual void Disconnect ();

SAM class represents and provides access to the physical SAMs.

Parameters:

Returns - System.Void

GetSmartCardATR

public virtual byte[] GetSmartCardATR ();

Gets the SmartCard ATR. Exception will be thrown in an error.

Parameters:

Returns - System.Byte[]

SetSmartCardPPS

public virtual int SetSmartCardPPS (sbyte p0, sbyte p1);

Sets the SmartCard PPS (Protocol and Parameters Selection). Exception will be thrown in an unknown error.

Parameters:

System.SByte p0 - fd - Dividers for calculating the correct SAM clock. fd= Fi/Di ratio

System.SByte p1 -

Returns - System.Int32

Transceive

public virtual byte[] Transceive (byte[] p0, short p1, bool p2);

SAM class represents and provides access to the physical SAMs.

Parameters:

System.Byte[] p0 -

System.Int16 p1 -

System.Boolean p2 -

Returns - System.Byte[]

Properties

IsConnected

SAM class represents and provides access to the physical SAMs.

Type - System.Boolean

SamIndex

SAM class represents and provides access to the physical SAMs.

Type - System.Int32

SamType

SAM class represents and provides access to the physical SAMs.

Type - Symbol.XamarinEMDK.Sam.SAMType