Protocols/MSNP/Activities/SDK/Techref/Objectmodel/Objects/Channel/Properties/Type: Difference between revisions
Jump to navigation
Jump to search
Animadoria (talk | contribs) (Created automatically by Anima Importer) |
Animadoria (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<!-- Generated @ 08/12/2022 23:46:01 +01:00 using Anima's CHM converter based on techref/objectmodel/objects/channel/properties/Type.htm --> | <!-- Generated @ 08/12/2022 23:46:01 +01:00 using Anima's CHM converter based on techref/objectmodel/objects/channel/properties/Type.htm --> | ||
{{Protocols/MSNP|section=Activities}} | {{Protocols/MSNP|section=Activities}} | ||
__NOTOC__= | __NOTOC__= [[Protocols/MSNP/Activities/SDK/Techref/Objectmodel/Objects/Channel/Index|Channel]].Type Property = | ||
This property returns a <span class="clsEnum">ConnectionType</span> enumeration value describing the type of connection. This property contains new data whenever the <span class="clsEvent">OnTypeChanged</span> event fires. | This property returns a <span class="clsEnum">ConnectionType</span> enumeration value describing the type of connection. This property contains new data whenever the <span class="clsEvent">OnTypeChanged</span> event fires. | ||
VBScript Syntax | === VBScript Syntax === | ||
<div class="clsCodeIndent"> | <div class="clsCodeIndent"> | ||
Line 14: | Line 13: | ||
</div> | </div> | ||
JavaScript Syntax | === JavaScript Syntax === | ||
<div class="clsCodeIndent"> | <div class="clsCodeIndent"> | ||
Line 21: | Line 20: | ||
</div> | </div> | ||
Property Value | === Property Value === | ||
A <span class="clsEnum">ConnectionType</span> enumeration value describing the type of connection between instances of the application. | A <span class="clsEnum">ConnectionType</span> enumeration value describing the type of connection between instances of the application. | ||
Remarks | === Remarks === | ||
This property should be inspected every time the <span class="clsEvent"> OnTypeChanged</span> event occurs, in case the value of the <span class="clsProperty">Type</span> property has changed to Disconnected. | This property should be inspected every time the <span class="clsEvent"> OnTypeChanged</span> event occurs, in case the value of the <span class="clsProperty">Type</span> property has changed to Disconnected. | ||
It should also be inspected if your application can enable different features depending on whether there is a direct connection. | It should also be inspected if your application can enable different features depending on whether there is a direct connection. |
Latest revision as of 01:43, 13 August 2022
Channel.Type Property
This property returns a ConnectionType enumeration value describing the type of connection. This property contains new data whenever the OnTypeChanged event fires.
VBScript Syntax
external.Channel.Type
JavaScript Syntax
window.external.Channel.Type
Property Value
A ConnectionType enumeration value describing the type of connection between instances of the application.
Remarks
This property should be inspected every time the OnTypeChanged event occurs, in case the value of the Type property has changed to Disconnected.
It should also be inspected if your application can enable different features depending on whether there is a direct connection.