📄 gupnp.devhelp2
字号:
<?xml version="1.0" encoding="utf-8" standalone="no"?><!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" ""><book xmlns="http://www.devhelp.net/book" title="GUPnP Reference Manual" link="index.html" author="" name="gupnp" version="2" language="c"> <chapters> <sub name="Tutorial" link="tutorial.html"> <sub name="Overview" link="overview.html"/> <sub name="Writing a UPnP Client" link="client-tutorial.html"/> <sub name="Writing a UPnP Service" link="server-tutorial.html"/> </sub> <sub name="Reference" link="api.html"> <sub name="Device Information" link="api-device-info.html"> <sub name="GUPnPDeviceInfo" link="GUPnPDeviceInfo.html"/> <sub name="GUPnPServiceInfo" link="GUPnPServiceInfo.html"/> <sub name="GUPnPServiceIntrospection" link="GUPnPServiceIntrospection.html"/> </sub> <sub name="Device Control" link="api-device-control.html"> <sub name="GUPnPControlPoint" link="GUPnPControlPoint.html"/> <sub name="GUPnPDeviceProxy" link="GUPnPDeviceProxy.html"/> <sub name="GUPnPServiceProxy" link="GUPnPServiceProxy.html"/> </sub> <sub name="Device Implementation" link="api-device-impl.html"> <sub name="GUPnPDevice" link="GUPnPDevice.html"/> <sub name="GUPnPRootDevice" link="GUPnPRootDevice.html"/> <sub name="GUPnPService" link="GUPnPService.html"/> </sub> <sub name="Utility Functions" link="api-utility.html"> <sub name="GUPnPContext" link="GUPnPContext.html"/> <sub name="GUPnPResourceFactory" link="GUPnPResourceFactory.html"/> <sub name="Error codes" link="gupnp-Error-codes.html"/> <sub name="Special UPnP types" link="gupnp-Special-UPnP-types.html"/> </sub> <sub name="Tools" link="api-tools.html"> <sub name="gupnp-binding-tool" link="gupnp-binding-tool.html"/> </sub> </sub> <sub name="XML Schemas" link="schemas.html"> <sub name="Device Description" link="schemas-device.html"/> <sub name="Service Description" link="schemas-service.html"/> </sub> <sub name="" link="glossary.html"/> <sub name="" link="ix01.html"/> </chapters> <functions> <keyword type="struct" name="GUPnPDeviceInfo" link="GUPnPDeviceInfo.html#GUPnPDeviceInfo-struct"/> <keyword type="function" name="gupnp_device_info_get_resource_factory ()" link="GUPnPDeviceInfo.html#gupnp-device-info-get-resource-factory"/> <keyword type="function" name="gupnp_device_info_get_context ()" link="GUPnPDeviceInfo.html#gupnp-device-info-get-context"/> <keyword type="function" name="gupnp_device_info_get_location ()" link="GUPnPDeviceInfo.html#gupnp-device-info-get-location"/> <keyword type="function" name="gupnp_device_info_get_url_base ()" link="GUPnPDeviceInfo.html#gupnp-device-info-get-url-base"/> <keyword type="function" name="gupnp_device_info_get_udn ()" link="GUPnPDeviceInfo.html#gupnp-device-info-get-udn"/> <keyword type="function" name="gupnp_device_info_get_device_type ()" link="GUPnPDeviceInfo.html#gupnp-device-info-get-device-type"/> <keyword type="function" name="gupnp_device_info_get_friendly_name ()" link="GUPnPDeviceInfo.html#gupnp-device-info-get-friendly-name"/> <keyword type="function" name="gupnp_device_info_get_manufacturer ()" link="GUPnPDeviceInfo.html#gupnp-device-info-get-manufacturer"/> <keyword type="function" name="gupnp_device_info_get_manufacturer_url ()" link="GUPnPDeviceInfo.html#gupnp-device-info-get-manufacturer-url"/> <keyword type="function" name="gupnp_device_info_get_model_description ()" link="GUPnPDeviceInfo.html#gupnp-device-info-get-model-description"/> <keyword type="function" name="gupnp_device_info_get_model_name ()" link="GUPnPDeviceInfo.html#gupnp-device-info-get-model-name"/> <keyword type="function" name="gupnp_device_info_get_model_number ()" link="GUPnPDeviceInfo.html#gupnp-device-info-get-model-number"/> <keyword type="function" name="gupnp_device_info_get_model_url ()" link="GUPnPDeviceInfo.html#gupnp-device-info-get-model-url"/> <keyword type="function" name="gupnp_device_info_get_serial_number ()" link="GUPnPDeviceInfo.html#gupnp-device-info-get-serial-number"/> <keyword type="function" name="gupnp_device_info_get_presentation_url ()" link="GUPnPDeviceInfo.html#gupnp-device-info-get-presentation-url"/> <keyword type="function" name="gupnp_device_info_get_upc ()" link="GUPnPDeviceInfo.html#gupnp-device-info-get-upc"/> <keyword type="function" name="gupnp_device_info_get_icon_url ()" link="GUPnPDeviceInfo.html#gupnp-device-info-get-icon-url"/> <keyword type="function" name="gupnp_device_info_list_devices ()" link="GUPnPDeviceInfo.html#gupnp-device-info-list-devices"/> <keyword type="function" name="gupnp_device_info_list_device_types ()" link="GUPnPDeviceInfo.html#gupnp-device-info-list-device-types"/> <keyword type="function" name="gupnp_device_info_get_device ()" link="GUPnPDeviceInfo.html#gupnp-device-info-get-device"/> <keyword type="function" name="gupnp_device_info_list_services ()" link="GUPnPDeviceInfo.html#gupnp-device-info-list-services"/> <keyword type="function" name="gupnp_device_info_list_service_types ()" link="GUPnPDeviceInfo.html#gupnp-device-info-list-service-types"/> <keyword type="function" name="gupnp_device_info_get_service ()" link="GUPnPDeviceInfo.html#gupnp-device-info-get-service"/> <keyword type="property" name="The "context" property" link="GUPnPDeviceInfo.html#GUPnPDeviceInfo--context"/> <keyword type="property" name="The "device-type" property" link="GUPnPDeviceInfo.html#GUPnPDeviceInfo--device-type"/> <keyword type="property" name="The "document" property" link="GUPnPDeviceInfo.html#GUPnPDeviceInfo--document"/> <keyword type="property" name="The "element" property" link="GUPnPDeviceInfo.html#GUPnPDeviceInfo--element"/> <keyword type="property" name="The "location" property" link="GUPnPDeviceInfo.html#GUPnPDeviceInfo--location"/> <keyword type="property" name="The "resource-factory" property" link="GUPnPDeviceInfo.html#GUPnPDeviceInfo--resource-factory"/> <keyword type="property" name="The "udn" property" link="GUPnPDeviceInfo.html#GUPnPDeviceInfo--udn"/> <keyword type="property" name="The "url-base" property" link="GUPnPDeviceInfo.html#GUPnPDeviceInfo--url-base"/> <keyword type="struct" name="GUPnPServiceInfo" link="GUPnPServiceInfo.html#GUPnPServiceInfo-struct"/> <keyword type="function" name="GUPnPServiceIntrospectionCallback ()" link="GUPnPServiceInfo.html#GUPnPServiceIntrospectionCallback"/> <keyword type="function" name="gupnp_service_info_get_context ()" link="GUPnPServiceInfo.html#gupnp-service-info-get-context"/> <keyword type="function" name="gupnp_service_info_get_location ()" link="GUPnPServiceInfo.html#gupnp-service-info-get-location"/> <keyword type="function" name="gupnp_service_info_get_url_base ()" link="GUPnPServiceInfo.html#gupnp-service-info-get-url-base"/> <keyword type="function" name="gupnp_service_info_get_udn ()" link="GUPnPServiceInfo.html#gupnp-service-info-get-udn"/> <keyword type="function" name="gupnp_service_info_get_service_type ()" link="GUPnPServiceInfo.html#gupnp-service-info-get-service-type"/> <keyword type="function" name="gupnp_service_info_get_id ()" link="GUPnPServiceInfo.html#gupnp-service-info-get-id"/> <keyword type="function" name="gupnp_service_info_get_scpd_url ()" link="GUPnPServiceInfo.html#gupnp-service-info-get-scpd-url"/> <keyword type="function" name="gupnp_service_info_get_control_url ()" link="GUPnPServiceInfo.html#gupnp-service-info-get-control-url"/> <keyword type="function" name="gupnp_service_info_get_event_subscription_url ()" link="GUPnPServiceInfo.html#gupnp-service-info-get-event-subscription-url"/> <keyword type="function" name="gupnp_service_info_get_introspection ()" link="GUPnPServiceInfo.html#gupnp-service-info-get-introspection"/> <keyword type="function" name="gupnp_service_info_get_introspection_async ()" link="GUPnPServiceInfo.html#gupnp-service-info-get-introspection-async"/> <keyword type="property" name="The "context" property" link="GUPnPServiceInfo.html#GUPnPServiceInfo--context"/> <keyword type="property" name="The "document" property" link="GUPnPServiceInfo.html#GUPnPServiceInfo--document"/> <keyword type="property" name="The "element" property" link="GUPnPServiceInfo.html#GUPnPServiceInfo--element"/> <keyword type="property" name="The "location" property" link="GUPnPServiceInfo.html#GUPnPServiceInfo--location"/> <keyword type="property" name="The "service-type" property" link="GUPnPServiceInfo.html#GUPnPServiceInfo--service-type"/> <keyword type="property" name="The "udn" property" link="GUPnPServiceInfo.html#GUPnPServiceInfo--udn"/> <keyword type="property" name="The "url-base" property" link="GUPnPServiceInfo.html#GUPnPServiceInfo--url-base"/> <keyword type="enum" name="enum GUPnPServiceActionArgDirection" link="GUPnPServiceIntrospection.html#GUPnPServiceActionArgDirection"/> <keyword type="struct" name="GUPnPServiceActionArgInfo" link="GUPnPServiceIntrospection.html#GUPnPServiceActionArgInfo"/> <keyword type="struct" name="GUPnPServiceActionInfo" link="GUPnPServiceIntrospection.html#GUPnPServiceActionInfo"/> <keyword type="struct" name="GUPnPServiceStateVariableInfo" link="GUPnPServiceIntrospection.html#GUPnPServiceStateVariableInfo"/> <keyword type="struct" name="GUPnPServiceIntrospection" link="GUPnPServiceIntrospection.html#GUPnPServiceIntrospection-struct"/> <keyword type="function" name="gupnp_service_introspection_list_action_names ()" link="GUPnPServiceIntrospection.html#gupnp-service-introspection-list-action-names"/> <keyword type="function" name="gupnp_service_introspection_list_actions ()" link="GUPnPServiceIntrospection.html#gupnp-service-introspection-list-actions"/> <keyword type="function" name="gupnp_service_introspection_get_action ()" link="GUPnPServiceIntrospection.html#gupnp-service-introspection-get-action"/> <keyword type="function" name="gupnp_service_introspection_list_state_variable_names ()" link="GUPnPServiceIntrospection.html#gupnp-service-introspection-list-state-variable-names"/> <keyword type="function" name="gupnp_service_introspection_list_state_variables ()" link="GUPnPServiceIntrospection.html#gupnp-service-introspection-list-state-variables"/> <keyword type="function" name="gupnp_service_introspection_get_state_variable ()" link="GUPnPServiceIntrospection.html#gupnp-service-introspection-get-state-variable"/> <keyword type="property" name="The "scpd" property" link="GUPnPServiceIntrospection.html#GUPnPServiceIntrospection--scpd"/> <keyword type="struct" name="GUPnPControlPoint" link="GUPnPControlPoint.html#GUPnPControlPoint-struct"/> <keyword type="function" name="gupnp_control_point_new ()" link="GUPnPControlPoint.html#gupnp-control-point-new"/> <keyword type="function" name="gupnp_control_point_new_full ()" link="GUPnPControlPoint.html#gupnp-control-point-new-full"/> <keyword type="function" name="gupnp_control_point_get_resource_factory ()" link="GUPnPControlPoint.html#gupnp-control-point-get-resource-factory"/> <keyword type="function" name="gupnp_control_point_get_context ()" link="GUPnPControlPoint.html#gupnp-control-point-get-context"/> <keyword type="function" name="gupnp_control_point_list_device_proxies ()" link="GUPnPControlPoint.html#gupnp-control-point-list-device-proxies"/> <keyword type="function" name="gupnp_control_point_list_service_proxies ()" link="GUPnPControlPoint.html#gupnp-control-point-list-service-proxies"/>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -