CSL CS101-2 EPC CLASS 1 GEN 2 RFID HANDHELD READER
USER'S MANUAL, VERSION 1.0
Copyright © Convergence Systems Limited, All Rights Reserved
146
Prototype:
public static extern void f_PosSp_ToneOn(short freq, short Duration, uint SoundLevel);
Parameters:
freq:
frequency of the tone [Hz]..
Duration:
duration [ms]
SoundLevel: one of the value in BUZZER_SOUND enumeration.
Description:
This plays a tone at the given frequency, for the given duration. at the buzzer.
f_PosSp_ToneOff
Prototype:
public static extern void f_PosSp_ToneOff();.
Parameters:
None.
Description:
This stops a playing tone.
f_PosSp_MelodyPlay
Prototype:
public static extern void f_PosSp_MelodyPlay(int ToneID, short Duration, uint SoundLevel);
Parameters:
ToneID:
0-4
Duration:
duration [ms]
SoundLevel: one of the value in BUZZER_SOUND enumeration.
Description:
This plays 1 of the 5 predefined melody for the given duration. at the buzzer.
f_PosSp_MelodyStop
Prototype:
public static extern void f_PosSp_MelodyStop();
Parameters:
None.
Description:
This stops a playing melody.
f_PosSp_WiFiPoweron
Prototype:
public static extern bool f_PosSp_WiFiPoweron();