Hi mates,
I was just playing around with insim and was hoping to activate my flasher by sending an insim pack. In LFS options I bound '8' to the flasher and sent a package to LFS. Unfortunately the flasher did not flash. But if I open the chat window, the '8' appears.
Here is the code. Maybe someone of you can tell me, what I have done wrong?
....
SingleCharPack.id := 'SCH';
SingleCharPack.Char := chr(56);
SingleCharPack.Flags := 0;
SingleCharPack.Spare2 := 0;
SingleCharPack.Spare3 := 0;
IdUDPClient1.SendBuffer(SingleCharPack, SizeOf(TSingleCharPack));
....
Thanks in advance.
Ciao
Veit
I was just playing around with insim and was hoping to activate my flasher by sending an insim pack. In LFS options I bound '8' to the flasher and sent a package to LFS. Unfortunately the flasher did not flash. But if I open the chat window, the '8' appears.
Here is the code. Maybe someone of you can tell me, what I have done wrong?
....
SingleCharPack.id := 'SCH';
SingleCharPack.Char := chr(56);
SingleCharPack.Flags := 0;
SingleCharPack.Spare2 := 0;
SingleCharPack.Spare3 := 0;
IdUDPClient1.SendBuffer(SingleCharPack, SizeOf(TSingleCharPack));
....
Thanks in advance.
Ciao
Veit