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

Syntax

Visual Basic (Declaration)
Public Function WaitForSlotEvent ( _
	flags As Integer _
) As Slot
C#
public Slot WaitForSlotEvent(
	int flags
)
Visual C++
public:
virtual Slot^ WaitForSlotEvent(
	int flags
) sealed
JavaScript
function waitForSlotEvent(flags);

Parameters

flags
Type: System..::..Int32

Implements

ICryptoki..::..WaitForSlotEvent(Int32)

See Also