
Crestron SDK for Microsoft
®
.NET Component Software
Introduction & Tutorial – DOC. 6718A Software: Crestron SDK for Microsoft
®
.NET
Component • 7
int iHeartBeatTimeOut — The number of milliseconds where no heartbeat
response is received before causing an "onError" event. The displayed message will
read: "Heartbeat timeout occurred".
NOTE: The iHeartBeatTimeOut number must be larger than the iHeartBeatInterval.
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.
Disconnect()
public void Disconnect()
Member of: Crestron.ActiveCNX.ActiveCNX
Language Version: C# for .NET
The Disconnect method is used to monitor the connection to the control system.
Return Type:
void
Events:
onDisconnect — Triggered when the connection to the control system has been
lost.
onError — Triggered when an error is generated by the connection.
SendAnalog(int, int)
public bool SendAnalog(int iJoin, int iValue)
Member of: Crestron.ActiveCNX.ActiveCNX
Language Version: C# for .NET
The method used to pass join and value variables to the control system when the
Send button is clicked and Analog is selected as the signal type.
Arguments:
int iJoin — The join number sent to the control system expressed as an integer.
int iValue — The contents of the Value field sent to the control system and
expressed as an integer.
Kommentare zu diesen Handbüchern