
Software Crestron SDK for Microsoft
®
.NET Component
4 • Software: Crestron SDK for Microsoft
®
.NET Component
Introduction & Tutorial – DOC. 6718A
ActiveCNX.NET SDK Component Reference
The methods and events are all part of the class known as ActiveCNX.
NOTE: There may be additional parameters, events and return types for any given
method. Refer to the Microsoft Visual Studio help file for more information.
Class ActiveCNX
Package: Crestron
Class: ActiveCNX
Member of: Crestron.ActiveCNX
Language: C# for .NET
The ActiveCNX class handles the communication between a computer running the
ActiveCNX control and Crestron 2-Series and X-Gen control systems.
Constructor Detail
ActiveCNX()
public ActiveCNX()
This is the default constructor.
Member of: Crestron.ActiveCNX.ActiveCNX
Language Version: C# for .NET
ActiveCNX(string, long, string, string, int, bool)
public ActiveCNX(string strIPAddress, long lIPID, string
strUserName, string strPassword, int intPort, bool
boolSSL)
This constructor initializes the object, and connects it to the control system
corresponding to the listed constructor arguments.
Member of: Crestron.ActiveCNX.ActiveCNX
Language Version: C# for .NET
ActiveCNX(string, long, string, string, int, bool, int, int)
public ActiveCNX(string strIPAddress, long lIPID, string
strUserName, string strPassword, int intPort, bool
boolSSL, int iHeartBeatInterval, int iHeartBeatTimeOut)
This constructor initializes the object, and connects it to the control system
corresponding to the listed constructor arguments.
Member of: Crestron.ActiveCNX.ActiveCNX
Language Version: C# for .NET
Kommentare zu diesen Handbüchern