int ph_c_unregister_service_with_port

(MPeerHood* _aPeerHood,
  const char* _aName,
  const char* _aPort)

Unregisters a previously registered service.

Documentation

Unregisters a previously registered service. After unregistration other devices are unable to find and call the unregistered service. Note that the unregistration procedure doesn't delete the service object so this should be done by the actual server application.

Parameters:
_aPeerHood - pointer to MPeerHood instance to use.
_aName - The name of the service to be unregistered.
_aPort - Service's port.
Returns:
1 (TRUE) if the service could be unregistered

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.