📄 skype4py.application.iapplication-class.html
字号:
<?xml version="1.0" encoding="ascii"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> <title>Skype4Py.application.IApplication</title> <link rel="stylesheet" href="epydoc.css" type="text/css" /> <script type="text/javascript" src="epydoc.js"></script></head><body bgcolor="white" text="black" link="blue" vlink="#204080" alink="#204080"><!-- ==================== NAVIGATION BAR ==================== --><table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0"> <tr valign="middle"> <!-- Home link --> <th> <a href="Skype4Py-module.html">Home</a> </th> <!-- Tree link --> <th> <a href="module-tree.html">Trees</a> </th> <!-- Index link --> <th> <a href="identifier-index.html">Indices</a> </th> <!-- Help link --> <th> <a href="help.html">Help</a> </th> <!-- Project homepage --> <th class="navbar" align="right" width="100%"> <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center" ><a class="navbar" target="_top" href="https://developer.skype.com/wiki/Skype4Py">Skype4Py</a></th> </tr></table></th> </tr></table><table width="100%" cellpadding="0" cellspacing="0"> <tr valign="top"> <td width="100%"> <span class="breadcrumbs"> <a href="Skype4Py-module.html">Package Skype4Py</a> :: <a href="Skype4Py.application-module.html">Module application</a> :: Class IApplication </span> </td> <td> <table cellpadding="0" cellspacing="0"> <!-- hide/show private --> <tr><td align="right"><span class="options" >[<a href="frames.html" target="_top">frames</a >] | <a href="Skype4Py.application.IApplication-class.html" target="_top">no frames</a>]</span></td></tr> </table> </td> </tr></table><!-- ==================== CLASS DESCRIPTION ==================== --><h1 class="epydoc">Class IApplication</h1><p class="nomargin-top"><span class="codelink"><a href="Skype4Py.application-pysrc.html#IApplication">source code</a></span></p><pre class="base-tree"> object --+ | <a href="Skype4Py.utils.Cached-class.html">utils.Cached</a> --+ | <strong class="uidshort">IApplication</strong></pre><hr /><p>Represents an application in APP2APP protocol. Use <a href="Skype4Py.skype.ISkype-class.html#Application" class="link">ISkype.Application</a> to instatinate.</p><!-- ==================== INSTANCE METHODS ==================== --><a name="section-InstanceMethods"></a><table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"><tr bgcolor="#70b0f0" class="table-header"> <td align="left" colspan="2" class="table-header"> <span class="table-header">Instance Methods</span></td></tr><tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type"> </span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a href="Skype4Py.application.IApplication-class.html#__repr__" class="summary-sig-name">__repr__</a>(<span class="summary-sig-arg">self</span>)</span><br /> repr(x)</td> <td align="right" valign="top"> <span class="codelink"><a href="Skype4Py.application-pysrc.html#IApplication.__repr__">source code</a></span> </td> </tr> </table> </td> </tr><tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type"><a href="Skype4Py.application.IApplicationStream-class.html" class="link">IApplicationStream</a> or None</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a href="Skype4Py.application.IApplication-class.html#Connect" class="summary-sig-name">Connect</a>(<span class="summary-sig-arg">self</span>, <span class="summary-sig-arg">Username</span>, <span class="summary-sig-arg">WaitConnected</span>=<span class="summary-sig-default">False</span>)</span><br /> Connects application to user.</td> <td align="right" valign="top"> <span class="codelink"><a href="Skype4Py.application-pysrc.html#IApplication.Connect">source code</a></span> </td> </tr> </table> </td> </tr><tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type"> </span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="Create"></a><span class="summary-sig-name">Create</span>(<span class="summary-sig-arg">self</span>)</span><br /> Creates the APP2APP application in Skype client.</td> <td align="right" valign="top"> <span class="codelink"><a href="Skype4Py.application-pysrc.html#IApplication.Create">source code</a></span> </td> </tr> </table> </td> </tr><tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type"> </span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="Delete"></a><span class="summary-sig-name">Delete</span>(<span class="summary-sig-arg">self</span>)</span><br /> Deletes the APP2APP application in Skype client.</td> <td align="right" valign="top"> <span class="codelink"><a href="Skype4Py.application-pysrc.html#IApplication.Delete">source code</a></span> </td> </tr> </table> </td> </tr><tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type"> </span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a href="Skype4Py.application.IApplication-class.html#SendDatagram" class="summary-sig-name">SendDatagram</a>(<span class="summary-sig-arg">self</span>, <span class="summary-sig-arg">Text</span>, <span class="summary-sig-arg">Streams</span>=<span class="summary-sig-default">None</span>)</span><br /> Sends datagram to application streams.</td> <td align="right" valign="top"> <span class="codelink"><a href="Skype4Py.application-pysrc.html#IApplication.SendDatagram">source code</a></span> </td> </tr> </table> </td> </tr> <tr> <td colspan="2" class="summary"> <p class="indent-wrapped-lines"><b>Inherited from <code><a href="Skype4Py.utils.Cached-class.html">utils.Cached</a></code></b>: <code><a href="Skype4Py.utils.Cached-class.html#__copy__">__copy__</a></code> </p> <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>: <code>__delattr__</code>, <code>__format__</code>, <code>__getattribute__</code>, <code>__hash__</code>, <code>__init__</code>, <code>__reduce__</code>, <code>__reduce_ex__</code>, <code>__setattr__</code>, <code>__sizeof__</code>, <code>__str__</code>, <code>__subclasshook__</code> </p> </td> </tr></table><!-- ==================== STATIC METHODS ==================== --><a name="section-StaticMethods"></a><table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"><tr bgcolor="#70b0f0" class="table-header"> <td align="left" colspan="2" class="table-header"> <span class="table-header">Static Methods</span></td></tr> <tr> <td colspan="2" class="summary"> <p class="indent-wrapped-lines"><b>Inherited from <code><a href="Skype4Py.utils.Cached-class.html">utils.Cached</a></code></b>: <code><a href="Skype4Py.utils.Cached-class.html#__new__">__new__</a></code> </p> </td> </tr></table><!-- ==================== CLASS VARIABLES ==================== --><a name="section-ClassVariables"></a><table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"><tr bgcolor="#70b0f0" class="table-header"> <td align="left" colspan="2" class="table-header"> <span class="table-header">Class Variables</span></td></tr> <tr> <td colspan="2" class="summary"> <p class="indent-wrapped-lines"><b>Inherited from <code><a href="Skype4Py.utils.Cached-class.html">utils.Cached</a></code></b>: <code><a href="Skype4Py.utils.Cached-class.html#_cache_">_cache_</a></code> </p> </td> </tr></table><!-- ==================== PROPERTIES ==================== --><a name="section-Properties"></a><table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"><tr bgcolor="#70b0f0" class="table-header"> <td align="left" colspan="2" class="table-header"> <span class="table-header">Properties</span></td></tr><tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">tuple of <a href="Skype4Py.user.IUser-class.html" class="link">IUser</a></span> </td><td class="summary"> <a href="Skype4Py.application.IApplication-class.html#ConnectableUsers" class="summary-name">ConnectableUsers</a><br /> All connectable users. </td> </tr><tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">tuple of <a href="Skype4Py.user.IUser-class.html" class="link">IUser</a></span> </td><td class="summary"> <a href="Skype4Py.application.IApplication-class.html#ConnectingUsers" class="summary-name">ConnectingUsers</a><br /> All users connecting at the moment. </td> </tr><tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">unicode</span> </td><td class="summary"> <a href="Skype4Py.application.IApplication-class.html#Name" class="summary-name">Name</a><br /> Name of the application. </td> </tr><tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">tuple of <a href="Skype4Py.application.IApplicationStream-class.html" class="link">IApplicationStream</a></span> </td><td class="summary"> <a href="Skype4Py.application.IApplication-class.html#ReceivedStreams" class="summary-name">ReceivedStreams</a><br /> All streams that received data and can be read. </td> </tr><tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">tuple of <a href="Skype4Py.application.IApplicationStream-class.html" class="link">IApplicationStream</a></span> </td><td class="summary"> <a href="Skype4Py.application.IApplication-class.html#SendingStreams" class="summary-name">SendingStreams</a><br /> All streams that send data and at the moment.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -