Crestron Active CNX Especificações Página 12

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 30
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 11
Software Crestron SDK for Microsoft
®
.NET Component
8 Software: Crestron SDK for Microsoft
®
.NET Component
Introduction & Tutorial – DOC. 6718A
Return Type:
boolean — True equals Success. False equals Fail.
Events:
onAnalog — Triggered when SendAnalog() is initiated.
onError — Triggered when the analog value fails to send.
SendAnalog(int, int, int)
public bool SendAnalog(int iSlot, int iJoin, int iValue)
Member of: Crestron.ActiveCNX.ActiveCNX
Language Version: C# for .NET
The method used to pass slot, join and value variables to the control system when the
Send button is clicked and Analog is selected as the signal type.
Arguments:
int iSlot — The slot number selected from the Slot combo box specifies the
slot for a sub-slotted symbol.
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.
Return Type:
boolean — True equals Success. False equals Fail.
Events:
onAnalog — Triggered when SendAnalog() is initiated.
onError — Triggered when the analog value fails to send.
SendDigital(int, bool)
public bool SendDigital(int iJoin, bool boolValue)
Member of: Crestron.ActiveCNX.ActiveCNX
Language Version: C# for .NET
The method used to pass join and boolean variables to the control system when the
Send button is clicked and Digital is selected as the signal type.
Arguments:
int iJoin — The join number sent to the control system, expressed as an
integer.
bool boolvalue — True or false sent to the control system, expressed as 1 or 2.
Vista de página 11
1 2 ... 7 8 9 10 11 12 13 14 15 16 17 ... 29 30

Comentários a estes Manuais

Sem comentários