Waits for slot event.

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

Syntax

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

Parameters

flags
Type: System..::..Int32
The flags.

Return Value

See Also