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) (Created automatically by Anima Importer) |
||
Line 1: | Line 1: | ||
<!-- Generated @ 08/12/2022 23: | <!-- 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__= <a href="/techref/objectmodel/objects/channel/index.htm">Channel</a>.Type | __NOTOC__= <a href="/techref/objectmodel/objects/channel/index.htm">Channel</a>.Type |
Revision as of 22:46, 12 August 2022
= <a href="/techref/objectmodel/objects/channel/index.htm">Channel</a>.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.