Click or drag to resize

IInfraredOutput Interface

[This is preliminary documentation and is subject to change.]

Defines the infrared output capability

Namespace:  GHASchema.Classes.Capabilities.InputOutput
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
[GHACapabilityAttribute("", "InputOutput")]
public interface IInfraredOutput

The IInfraredOutput type exposes the following members.

Properties
  NameDescription
Public propertyContinuousSend
Continuously send TXData until set to false
Public propertySend
Momentary, initiates send when set to true
Public propertyTxData
IR data in Pronto (CCF) remote control format to be sent
Public propertyTxRepeat
Number of times to repeat the transmitted codes
Top
Methods
  NameDescription
Public methodTransmit
Sends the encoded CCF string to an IR transmitter device
Top
See Also