Crestron Active CNX Spezifikationen Seite 9

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 30
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 8
Crestron SDK for Microsoft
®
.NET Component Software
Introduction & Tutorial – DOC. 6718A Software: Crestron SDK for Microsoft
®
.NET
Component 5
Method Details
Connect()
public void Connect()
Member of: Crestron.ActiveCNX.ActiveCNX
Language Version: C# for .NET
This is the default connect method. If you have set the connection related properties
of this object (either via the constructor, or direct assignment,) this version can be
used. If the properties are not defined, one of the other connect methods must be
used.
Return Type:
void
Events:
onConnect — Triggered when a connection is established with the control system.
onError — Triggered when an error is generated by the connection.
Connect(string, long)
public void Connect(string strIPAddress, long lIPID)
Member of: Crestron.ActiveCNX.ActiveCNX
Language Version: C# for .NET
This connect method is used when the string and long properties are not defined in
the ActiveCNX class, such as when ActiveCNX() is used.
Arguments:
string strIPAddress — The IP Address of the control system expressed as a
string.
long lIPID — The Crestron Internet Protocol ID (IP ID) expressed as a string.
The default is 03.
Return Type:
void
Events:
onConnect — Triggered when a connection is established with the control system.
onError — Triggered when an error is generated by the connection.
Connect(string, long, bool)
public void Connect(string strConnectTo, long lIPID,
bool boolSSL)
Seitenansicht 8
1 2 3 4 5 6 7 8 9 10 11 12 13 14 ... 29 30

Kommentare zu diesen Handbüchern

Keine Kommentare