X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Artifacts%2Fbin%2Fpublic%2FTizen.Network.Nsd.xml;h=a32f2c831aac41769f43add999afb95e95dce4f3;hb=d463133eaf15b1636d1c0dec8bc632e1e579e07c;hp=3db4f458615ceaae832e94769e511bd0a5208070;hpb=217cf1432837322b6105ccab0ea25645a24c7b36;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/Artifacts/bin/public/Tizen.Network.Nsd.xml b/Artifacts/bin/public/Tizen.Network.Nsd.xml index 3db4f45..a32f2c8 100644 --- a/Artifacts/bin/public/Tizen.Network.Nsd.xml +++ b/Artifacts/bin/public/Tizen.Network.Nsd.xml @@ -1,486 +1,486 @@ - - - - Tizen.Network.Nsd - - - - - Interop class for Nsd - - - - - Nsd Native Apis - - - - - This class is used for managing network service discovery using DNSSD. - - 4 - - - - This event is raised when a DNSSD service is found during service discovery. - - 4 - - - - A public constructor for DnssdBrowser class to create a DnssdBrowser instance for the given service type. - - The DNSSD service type - 4 - http://tizen.org/feature/network.service_discovery.dnssd - Thrown when serviceType is null. - Thrown when DNSSD is not supported. - - - - Starts browsing the DNSSD remote service. - - - If there are any services available, ServiceFound event will be invoked. - Application will keep browsing for available/unavailable services until it calls StopDiscovery(). - - 4 - http://tizen.org/privilege/internet - http://tizen.org/feature/network.service_discovery.dnssd - Thrown when any other error occurred. - Thrown when DNSSD is not supported. - Thrown when permission is denied. - - - - Stops browsing the DNSSD remote service. - - 4 - http://tizen.org/feature/network.service_discovery.dnssd - Thrown when any other error occurred. - Thrown when DNSSD is not supported. - - - - This class is used for managing local service registration and its properties using DNSSD. - - 4 - - - - Constructor to create DnssdService instance that sets the serviceType to a given value. - - 4 - The DNSSD service type. It is expressed as type followed by protocol, separated by a dot(e.g. "_ftp._tcp"). - It must begin with an underscore, followed by 1-15 characters which may be letters, digits or hyphens. - - http://tizen.org/feature/network.service_discovery.dnssd - Thrown while setting this property when DNSSD is not supported. - Thrown when serviceType is set to null. - - - - Name of DNSSD service. - - - Set Name for only unregistered service created locally. - It may be up to 63 bytes. - In case of error, null will be returned during get and exception will be thrown during set. - - 4 - http://tizen.org/feature/network.service_discovery.dnssd - Thrown while setting this property when DNSSD is not supported. - Thrown when Name value is set to null. - Thrown while setting this property when any other error occurred. - - - - Type of DNSSD local/remote service. - - - It is expressed as type followed by protocol, separated by a dot(e.g. "_ftp._tcp"). - It must begin with an underscore, followed by 1-15 characters which may be letters, digits or hyphens. - In case of error, null will be returned. - - 4 - - - - Port number of DNSSD local/remote service. - - - Set Port for only unregistered service created locally. The default value of Port is 0. - In case of error, -1 will be returned during get and exception will be thrown during set. - - 4 - http://tizen.org/feature/network.service_discovery.dnssd - Thrown while setting this property when DNSSD is not supported. - Thrown if value of Port is set to less than 0 or more than 65535. - Thrown while setting this property when any other error occurred. - - - - IP address of DNSSD remote service. - - - If the remote service has no IPv4 Address, then IPv4Address would contain null and if it has no IPv6 Address, then IPv6Address would contain null. - In case of error, null object will be returned. - - 4 - - - - Adds the TXT record. - - - TXT record should be added after registering local service using RegisterService(). - - 4 - The key of the TXT record. It must be a null-terminated string with 9 characters or fewer excluding null. It is case insensitive. - The value of the TXT record.If null, then "key" will be added with no value. If non-null but value_length is zero, then "key=" will be added with empty value. - http://tizen.org/feature/network.service_discovery.dnssd - Thrown when DNSSD is not supported. - Thrown when value of key is null. - Thrown when any other error occurred. - - - - Removes the TXT record. - - 4 - The key of the TXT record to be removed. - http://tizen.org/feature/network.service_discovery.dnssd - Thrown when DNSSD is not supported. - Thrown when value of key is null. - Thrown when any other error occurred. - - - - Registers the DNSSD local service for publishing. - - Name of the service must be set. - 4 - http://tizen.org/privilege/internet - http://tizen.org/feature/network.service_discovery.dnssd - Thrown when any other error occurred. - Thrown when DNSSD is not supported. - Thrown when permission is denied. - - - - Deregisters the DNSSD local service. - - - A local service registered using RegisterService() must be passed. - - 4 - http://tizen.org/feature/network.service_discovery.dnssd - Thrown when any other error occurred. - Thrown when DNSSD is not supported. - - - - Disposes the memory allocated to unmanaged resources. - - 4 - - - - This class manages the IP address properties of DNSSD service. - - 4 - - - - The IP version 4 address of DNSSD service. - - 4 - - - - The IP version 6 address of DNSSD service. - - 4 - - - - This interface is used for managing network service discovery using DNSSD/SSDP. - - - - - Starts browsing the DNSSD/SSDP remote service. - - - If there are any services available, ServiceFound event will be invoked. - Application will keep browsing for available/unavailable services until it calls StopDiscovery(). - - 4 - http://tizen.org/privilege/internet - http://tizen.org/feature/network.service_discovery.dnssd - http://tizen.org/feature/network.service_discovery.ssdp - Thrown when any other error occured. - Thrown when DNSSD/SSDP is not supported. - Thrown when permission is denied. - - - - Stops browsing the DNSSD/SSDP remote service. - - 4 - http://tizen.org/feature/network.service_discovery.dnssd - http://tizen.org/feature/network.service_discovery.ssdp - Thrown when any other error occured. - Thrown when DNSSD/SSDP is not supported. - - - - This interface is used for managing local service registration using DNSSD/SSDP. - - - - - Registers the DNSSD/SSDP local service for publishing. - - - A service created locally must be passed. - - 4 - http://tizen.org/privilege/internet - http://tizen.org/feature/network.service_discovery.dnssd - http://tizen.org/feature/network.service_discovery.ssdp - Thrown when any other error occurred. - Thrown when DNSSD/SSDP is not supported. - Thrown when permission is denied. - - - - Deregisters the DNSSD/SSDP local service. - - - A local service registered using RegisterService() must be passed. - - 4 - http://tizen.org/feature/network.service_discovery.dnssd - http://tizen.org/feature/network.service_discovery.ssdp - Thrown when any other error occurred. - Thrown when DNSSD/SSDP is not supported. - - - - Enumeration for DNS-SD service state. - - 4 - - - - Available DNS-SD service found. - - - - - DNS-SD service not available. - - - - - Lookup failure for service name. - - - - - Lookup failure for host name and port number. - - - - - Lookup failure for IP address. - - - - - Enumeration for SSDP service state. - - 4 - - - - Available SSDP service found. - - - - - SSDP service not available. - - - - - An extended EventArgs class which contains changed service state during service discovery using DNSSD. - - 4 - - - - DNSSD service state. - - 4 - - - - DNSSD service instance. - - 4 - - - - An extended EventArgs class which contains changed service state during service discovery using SSDP. - - 4 - - - - SSDP service state. - - 4 - - - - SSDP service instance. - - 4 - - - - This class is used for managing network service discovery using SSDP. - - 4 - - - - This event is raised when service has become available or unavailable during service discovery using SSDP. - - 4 - - - - A public constructor for SsdpBrowser class to create a SsdpBrowser instance for the given target. - - 4 - The target to browse for the service. - http://tizen.org/feature/network.service_discovery.ssdp - Thrown when target is null. - Thrown when SSDP is not supported. - - - - Starts browsing the SSDP remote service. - - - If there are any services available, ServiceFound event will be invoked. - Application will keep browsing for available/unavailable services until it calls StopDiscovery(). - - 4 - http://tizen.org/feature/network.service_discovery.ssdp - Thrown when any other error occured. - Thrown when SSDP is not supported. - - - - Stops browsing the SSDP remote service. - - 4 - http://tizen.org/privilege/internet - http://tizen.org/feature/network.service_discovery.ssdp - Thrown when any other error occured. - Thrown when SSDP is not supported. - Thrown when permission is denied. - - - - This class is used for managing local service registration and its properties using SSDP. - - 4 - - - - Constructor to create SsdpService instance that sets the target to a given value. - - 4 - The SSDP local service's target. It may be a device type or a service type. - http://tizen.org/feature/network.service_discovery.ssdp - Thrown while setting this property when SSDP is not supported. - Thrown when target is set to null. - - - - Unique Service Name of SSDP service. - - - Set Usn for only unregistered service created locally. If service is already registered, Usn will not be set. - In case of error, null will be returned during get and exception will be thrown during set. - - 4 - http://tizen.org/feature/network.service_discovery.ssdp - Thrown while setting this property when SSDP is not supported. - Thrown when Usn value is set to null. - Thrown while setting this property when any other error occurred. - - - - Target of SSDP service. - - - It may be a device type or a service type specified in UPnP forum (http://upnp.org). - In case of error, null will be returned. - - 4 - - - - URL of SSDP service. - - - Set Url for only unregistered service created locally. If service is already registered, Url will not be set. - In case of error, null will be returned during get and exception will be thrown during set. - - 4 - http://tizen.org/feature/network.service_discovery.ssdp - Thrown while setting this property when SSDP is not supported. - Thrown when Url value is set to null. - Thrown while setting this property when any other error occurred. - - - - Registers the SSDP local service for publishing. - - - A service created locally must be passed. - Url and Usn of the service must be set before RegisterService is called. - - 4 - http://tizen.org/privilege/internet - http://tizen.org/feature/network.service_discovery.ssdp - Thrown when any other error occurred. - Thrown when SSDP is not supported. - Thrown when permission is denied. - - - - Deregisters the SSDP local service. - - - A local service registered using RegisterService() must be passed. - - 4 - http://tizen.org/feature/network.service_discovery.ssdp - Thrown when any other error occurred. - Thrown when SSDP is not supported. - - - - Disposes the memory allocated to unmanaged resources. - - 4 - - - + + + + Tizen.Network.Nsd + + + + + Interop class for Nsd + + + + + Nsd Native Apis + + + + + This class is used for managing network service discovery using DNSSD. + + 4 + + + + This event is raised when a DNSSD service is found during service discovery. + + 4 + + + + A public constructor for DnssdBrowser class to create a DnssdBrowser instance for the given service type. + + The DNSSD service type + 4 + http://tizen.org/feature/network.service_discovery.dnssd + Thrown when serviceType is null. + Thrown when DNSSD is not supported. + + + + Starts browsing the DNSSD remote service. + + + If there are any services available, ServiceFound event will be invoked. + Application will keep browsing for available/unavailable services until it calls StopDiscovery(). + + 4 + http://tizen.org/privilege/internet + http://tizen.org/feature/network.service_discovery.dnssd + Thrown when any other error occurred. + Thrown when DNSSD is not supported. + Thrown when permission is denied. + + + + Stops browsing the DNSSD remote service. + + 4 + http://tizen.org/feature/network.service_discovery.dnssd + Thrown when any other error occurred. + Thrown when DNSSD is not supported. + + + + This class is used for managing local service registration and its properties using DNSSD. + + 4 + + + + Constructor to create DnssdService instance that sets the serviceType to a given value. + + 4 + The DNSSD service type. It is expressed as type followed by protocol, separated by a dot(e.g. "_ftp._tcp"). + It must begin with an underscore, followed by 1-15 characters which may be letters, digits or hyphens. + + http://tizen.org/feature/network.service_discovery.dnssd + Thrown while setting this property when DNSSD is not supported. + Thrown when serviceType is set to null. + + + + Name of DNSSD service. + + + Set Name for only unregistered service created locally. + It may be up to 63 bytes. + In case of error, null will be returned during get and exception will be thrown during set. + + 4 + http://tizen.org/feature/network.service_discovery.dnssd + Thrown while setting this property when DNSSD is not supported. + Thrown when Name value is set to null. + Thrown while setting this property when any other error occurred. + + + + Type of DNSSD local/remote service. + + + It is expressed as type followed by protocol, separated by a dot(e.g. "_ftp._tcp"). + It must begin with an underscore, followed by 1-15 characters which may be letters, digits or hyphens. + In case of error, null will be returned. + + 4 + + + + Port number of DNSSD local/remote service. + + + Set Port for only unregistered service created locally. The default value of Port is 0. + In case of error, -1 will be returned during get and exception will be thrown during set. + + 4 + http://tizen.org/feature/network.service_discovery.dnssd + Thrown while setting this property when DNSSD is not supported. + Thrown if value of Port is set to less than 0 or more than 65535. + Thrown while setting this property when any other error occurred. + + + + IP address of DNSSD remote service. + + + If the remote service has no IPv4 Address, then IPv4Address would contain null and if it has no IPv6 Address, then IPv6Address would contain null. + In case of error, null object will be returned. + + 4 + + + + Adds the TXT record. + + + TXT record should be added after registering local service using RegisterService(). + + 4 + The key of the TXT record. It must be a null-terminated string with 9 characters or fewer excluding null. It is case insensitive. + The value of the TXT record.If null, then "key" will be added with no value. If non-null but value_length is zero, then "key=" will be added with empty value. + http://tizen.org/feature/network.service_discovery.dnssd + Thrown when DNSSD is not supported. + Thrown when value of key is null. + Thrown when any other error occurred. + + + + Removes the TXT record. + + 4 + The key of the TXT record to be removed. + http://tizen.org/feature/network.service_discovery.dnssd + Thrown when DNSSD is not supported. + Thrown when value of key is null. + Thrown when any other error occurred. + + + + Registers the DNSSD local service for publishing. + + Name of the service must be set. + 4 + http://tizen.org/privilege/internet + http://tizen.org/feature/network.service_discovery.dnssd + Thrown when any other error occurred. + Thrown when DNSSD is not supported. + Thrown when permission is denied. + + + + Deregisters the DNSSD local service. + + + A local service registered using RegisterService() must be passed. + + 4 + http://tizen.org/feature/network.service_discovery.dnssd + Thrown when any other error occurred. + Thrown when DNSSD is not supported. + + + + Disposes the memory allocated to unmanaged resources. + + 4 + + + + This class manages the IP address properties of DNSSD service. + + 4 + + + + The IP version 4 address of DNSSD service. + + 4 + + + + The IP version 6 address of DNSSD service. + + 4 + + + + This interface is used for managing network service discovery using DNSSD/SSDP. + + + + + Starts browsing the DNSSD/SSDP remote service. + + + If there are any services available, ServiceFound event will be invoked. + Application will keep browsing for available/unavailable services until it calls StopDiscovery(). + + 4 + http://tizen.org/privilege/internet + http://tizen.org/feature/network.service_discovery.dnssd + http://tizen.org/feature/network.service_discovery.ssdp + Thrown when any other error occured. + Thrown when DNSSD/SSDP is not supported. + Thrown when permission is denied. + + + + Stops browsing the DNSSD/SSDP remote service. + + 4 + http://tizen.org/feature/network.service_discovery.dnssd + http://tizen.org/feature/network.service_discovery.ssdp + Thrown when any other error occured. + Thrown when DNSSD/SSDP is not supported. + + + + This interface is used for managing local service registration using DNSSD/SSDP. + + + + + Registers the DNSSD/SSDP local service for publishing. + + + A service created locally must be passed. + + 4 + http://tizen.org/privilege/internet + http://tizen.org/feature/network.service_discovery.dnssd + http://tizen.org/feature/network.service_discovery.ssdp + Thrown when any other error occurred. + Thrown when DNSSD/SSDP is not supported. + Thrown when permission is denied. + + + + Deregisters the DNSSD/SSDP local service. + + + A local service registered using RegisterService() must be passed. + + 4 + http://tizen.org/feature/network.service_discovery.dnssd + http://tizen.org/feature/network.service_discovery.ssdp + Thrown when any other error occurred. + Thrown when DNSSD/SSDP is not supported. + + + + Enumeration for DNS-SD service state. + + 4 + + + + Available DNS-SD service found. + + + + + DNS-SD service not available. + + + + + Lookup failure for service name. + + + + + Lookup failure for host name and port number. + + + + + Lookup failure for IP address. + + + + + Enumeration for SSDP service state. + + 4 + + + + Available SSDP service found. + + + + + SSDP service not available. + + + + + An extended EventArgs class which contains changed service state during service discovery using DNSSD. + + 4 + + + + DNSSD service state. + + 4 + + + + DNSSD service instance. + + 4 + + + + An extended EventArgs class which contains changed service state during service discovery using SSDP. + + 4 + + + + SSDP service state. + + 4 + + + + SSDP service instance. + + 4 + + + + This class is used for managing network service discovery using SSDP. + + 4 + + + + This event is raised when service has become available or unavailable during service discovery using SSDP. + + 4 + + + + A public constructor for SsdpBrowser class to create a SsdpBrowser instance for the given target. + + 4 + The target to browse for the service. + http://tizen.org/feature/network.service_discovery.ssdp + Thrown when target is null. + Thrown when SSDP is not supported. + + + + Starts browsing the SSDP remote service. + + + If there are any services available, ServiceFound event will be invoked. + Application will keep browsing for available/unavailable services until it calls StopDiscovery(). + + 4 + http://tizen.org/feature/network.service_discovery.ssdp + Thrown when any other error occured. + Thrown when SSDP is not supported. + + + + Stops browsing the SSDP remote service. + + 4 + http://tizen.org/privilege/internet + http://tizen.org/feature/network.service_discovery.ssdp + Thrown when any other error occured. + Thrown when SSDP is not supported. + Thrown when permission is denied. + + + + This class is used for managing local service registration and its properties using SSDP. + + 4 + + + + Constructor to create SsdpService instance that sets the target to a given value. + + 4 + The SSDP local service's target. It may be a device type or a service type. + http://tizen.org/feature/network.service_discovery.ssdp + Thrown while setting this property when SSDP is not supported. + Thrown when target is set to null. + + + + Unique Service Name of SSDP service. + + + Set Usn for only unregistered service created locally. If service is already registered, Usn will not be set. + In case of error, null will be returned during get and exception will be thrown during set. + + 4 + http://tizen.org/feature/network.service_discovery.ssdp + Thrown while setting this property when SSDP is not supported. + Thrown when Usn value is set to null. + Thrown while setting this property when any other error occurred. + + + + Target of SSDP service. + + + It may be a device type or a service type specified in UPnP forum (http://upnp.org). + In case of error, null will be returned. + + 4 + + + + URL of SSDP service. + + + Set Url for only unregistered service created locally. If service is already registered, Url will not be set. + In case of error, null will be returned during get and exception will be thrown during set. + + 4 + http://tizen.org/feature/network.service_discovery.ssdp + Thrown while setting this property when SSDP is not supported. + Thrown when Url value is set to null. + Thrown while setting this property when any other error occurred. + + + + Registers the SSDP local service for publishing. + + + A service created locally must be passed. + Url and Usn of the service must be set before RegisterService is called. + + 4 + http://tizen.org/privilege/internet + http://tizen.org/feature/network.service_discovery.ssdp + Thrown when any other error occurred. + Thrown when SSDP is not supported. + Thrown when permission is denied. + + + + Deregisters the SSDP local service. + + + A local service registered using RegisterService() must be passed. + + 4 + http://tizen.org/feature/network.service_discovery.ssdp + Thrown when any other error occurred. + Thrown when SSDP is not supported. + + + + Disposes the memory allocated to unmanaged resources. + + 4 + + +