public C_WaitForSlotEvent ( ulong flags, ulong &slot, IntPtr reserved ) : CKR | ||
flags | ulong | Determines whether or not the C_WaitForSlotEvent call blocks (i.e., waits for a slot event to occur) |
slot | ulong | Location which will receive the ID of the slot that the event occurred in |
reserved | IntPtr | Reserved for future versions (should be null) |
return | CKR |