Help - Search - Members - Calendar
Full Version: About "ping"
Skype Community > English > Development, Betas and Skype Garage > Skype Public API
marvin_tsai_
I just want to know, what Skype4COM function was designed to correspond to "ping/pong" mechanism? :?

Thanks!!

Marvin 8/14
bertouta
Hi there,

There is no function for Ping/Pong directly in S4C. But you can use SendCommand to achive this.

oSkype.SendCommand(oSkype.Command(0, "PING","PONG",TRUE))

Attach.vbs


Cheers,

Antoine
marvin_tsai_
How about "enum TAttachmentStatus"?
Does Skype suggest frequently make such queries?

Thanks! smile.png
andreskaasik
QUOTE(marvin_tsai @ Mon Aug 14 2006, 14:04) [snapback]286946[/snapback]

How about "enum TAttachmentStatus"?
Does Skype suggest frequently make such queries?
Thanks! smile.png

You can read the Skype.AttachmentStatus property value to get the API connection status or listen for the _ISkypeEvents::AttachmentStatus([in] TAttachmentStatus Status) event to get the notification event when the API connection status changes.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.