這是我對LED和蜂鳴器通知摩托羅拉ES400符號通知
Symbol.Generic.Device device = new Symbol.Generic.Device();
Symbol.Notification.Beeper sound = new Symbol.Notification.Beeper(device);
sound.Volume = 5;
sound.Frequency = 300;
Symbol.Notification.LED led = new Symbol.Notification.LED(device);
led.CycleCount = 5;
led.OffDuration = 2000;
led.OnDuration = 3000;
,但我看不到任何通知代碼=/
好信息PaulH,謝謝!!! – a77icu5 2011-06-09 02:12:50