CashDrawerCloseAlarm.BeepFrequency Property
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.
Frequency of beep tone.
public:
property unsigned int BeepFrequency { unsigned int get(); void set(unsigned int value); };
uint32_t BeepFrequency();
void BeepFrequency(uint32_t value);
public uint BeepFrequency { get; set; }
var uInt32 = cashDrawerCloseAlarm.beepFrequency;
cashDrawerCloseAlarm.beepFrequency = uInt32;
Public Property BeepFrequency As UInteger
Property Value
Defines the audio frequency of the beep tone.