Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Cyberdog Programmer's Kit / Part 3 - Cyberdog Reference
Chapter 7 - Classes and Methods / CyberSession


CountCyberServices

Retrieves the number of services available to this Cyberdog session.

long CountCyberServices ();
return value
The number of available CyberService objects.
DISCUSSION
You can use this method in conjunction with the GetCyberService method to iterate through the available services.

Do not subclass this class.

SEE ALSO
The GetCyberService method (page 362).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996