CashDrawerBase.WaitForDrawerClose(Int32, Int32, Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The application calls WaitForDrawerClose(Int32, Int32, Int32, Int32) to wait until the cash drawer is closed.
public override void WaitForDrawerClose (int beepTimeout, int beepFrequency, int beepDuration, int beepDelay);
override this.WaitForDrawerClose : int * int * int * int -> unit
Public Overrides Sub WaitForDrawerClose (beepTimeout As Integer, beepFrequency As Integer, beepDuration As Integer, beepDelay As Integer)
Parameters
- beepTimeout
- Int32
Number of milliseconds to wait before starting an alert beeper.
- beepFrequency
- Int32
Audio frequency of the alert beeper in hertz.
- beepDuration
- Int32
Number of milliseconds that the beep tone will sound.
- beepDelay
- Int32
Number of milliseconds between the sounding of beeper tones.