Gets the slot with given slot ID

Namespace:  Cryptware.NCryptoki
Assembly:  NCryptoki (in NCryptoki.dll)

Syntax

Visual Basic (Declaration)
Public Function GetSlot ( _
	slotID As Integer _
) As Slot
C#
public Slot GetSlot(
	int slotID
)
Visual C++
public:
virtual Slot^ GetSlot(
	int slotID
) sealed
JavaScript
function getSlot(slotID);

Parameters

slotID
Type: System..::..Int32
slot id

Implements

ISlotList..::..GetSlot(Int32)

See Also