Share via


CashDrawer.WaitForDrawerClose(Int32, Int32, Int32, Int32) Method

Definition

The application calls WaitForDrawerClose to wait until the cash drawer is closed. If the drawer is still open after beepTimeout milliseconds, the message beeper should be started.

public abstract void WaitForDrawerClose (int beepTimeout, int beepFrequency, int beepDuration, int beepDelay);
abstract member WaitForDrawerClose : int * int * int * int -> unit
Public MustOverride Sub WaitForDrawerClose (beepTimeout As Integer, beepFrequency As Integer, beepDuration As Integer, beepDelay As Integer)

Parameters

beepTimeout
Int32

Number of milliseconds to wait before starting a message beeper.

beepFrequency
Int32

Audio frequency of the message beeper in hertz.

beepDuration
Int32

Number of milliseconds that the beep tone sounds.

beepDelay
Int32

Number of milliseconds between the sounding of beeper tones.

Applies to