Crestron Active CNX Especificaciones Pagina 10

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 30
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 9
Software Crestron SDK for Microsoft
®
.NET Component
6 Software: Crestron SDK for Microsoft
®
.NET Component
Introduction & Tutorial – DOC. 6718A
Member of: Crestron.ActiveCNX.ActiveCNX
Language Version: C# for .NET
This connect method is used when the string, long and Boolean 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 (IPID) expressed as a string.
The default is 03.
bool boolSSL — Status of SSL expressed as a Boolean.
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.
onCertVerification — Triggered when the SSL is invoked. Returns SSL
certification information as a string.
Connect(string, long, string, string, int, bool, int, int)
public void Connect(string strConnectTo, long lIPID,
string strUserName, string strPassword int iPort, bool
boolSSL, int iHeartBeatInterval, int iHeartBeatTimeOut)
Member of: Crestron.ActiveCNX.ActiveCNX
Language Version: C# for .NET
This connect method is used when the string, long, Boolean and int arguments 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 (IPID) expressed as a string.
The default is 03.
string strUserName — The network username expressed as a string.
string strPassword — The network password expressed as a string.
int iPort — The IP port expressed as an integer.
bool boolSSL — Status of SSL expressed as a Boolean.
int iHeartBeatInterval — Sets the number of milliseconds between
heartbeats sent to the control system.
Vista de pagina 9
1 2 ... 5 6 7 8 9 10 11 12 13 14 15 ... 29 30

Comentarios a estos manuales

Sin comentarios