Turbo Power APRO

Delphi'de kod yazma ile ilgili sorularınızı bu foruma yazabilirsiniz.
Cevapla
DotCom
Kıdemli Üye
Mesajlar: 1696
Kayıt: 11 Tem 2003 10:30
Konum: İzmir
İletişim:

Turbo Power APRO

Mesaj gönderen DotCom »

Merhabalar Turbo Power ın Async Professional Component ini yükledim. Daha öncede foroma sorular yöneltmişştim bunun üzerine.

ben modemime gelen çağrıları görmek istiyorum. help lerini okudum ama yeterince yardımcı olamadı bana. hattımın caller id özelliği açık. fakat TadModem bileşenini nasıl kullaancagımı çözemedim. Event ında Caller id kısmı var ama tıkandım kaldım. size helpinden caller id ile ilgili kısmı gönderiyorum umarım bu component i daha öncedeen kullanmış olanınız veya bana yardımcı olacak birisi vardır.

Help inde Şöyle Yazıyor.

property OnModemCallerID : TModemCallerIDEvent

TModemCallerIDEvent = procedure(

Modem : TAdCustomModem; ID, IDName : string) of object;




Defines an event handler that is generated when Caller ID information is detected.

If the modemcap structure supports Caller ID configurations, the modem will be appropriately initialized to respond to the Caller ID signals provided for incoming calls. Internal TApdDataPackets will be initialized to detect the Caller ID responses from the modem. When Caller ID responses are detected, the OnModemCallerID event will be generated.
Modem is the TAdCustomModem component that generated the event. ID is the identification reported by the Caller ID signal for the number field (usually the caller's phone number). IDName is the identification reported by the Caller ID signal for the name field (usually the caller's subscribed name).

In most countries, the telephone company supplies the Caller ID information between the first and second rings. A typical format is shown in the following:
DATE: MM/DD/YY<CR><LF>
TIME: HH:MM:SS<CR><LF> {24-hour format}
NUMBER: {variable content}<CR><LF>
NAME: {variable content}<CR><LF>
Some telephone companies provide information in a different order, different format, or even different information entirely. The TAdModem will detect the NUMBER and NAME responses. Additional responses can be gathered using your own TApdDataPackets.
Kullanıcı avatarı
mussimsek
Admin
Mesajlar: 7601
Kayıt: 10 Haz 2003 12:26
Konum: İstanbul
İletişim:

Mesaj gönderen mussimsek »

Merhaba,

Examples klasöründeki örneklerde, bu işi gösteren bir örnek olduğunu söyledi birisi. Ben de kurulu değil, ismine bakamadım. Siz örneklere bir bakın.

Kolay gelsin.
DotCom
Kıdemli Üye
Mesajlar: 1696
Kayıt: 11 Tem 2003 10:30
Konum: İzmir
İletişim:

saol mustafa abi !

Mesaj gönderen DotCom »

abi hemen bakıcam şimdik. ben tekrar sana dönerim. kolay gelsin.
Cevapla