PhidgetIRLearnedCode

A class for storing a learned IR code.  See your product manual for more specific API details, supported functionality, units, etc.

Summary
PhidgetIRLearnedCodeA class for storing a learned IR code.
Properties
CodeGets the IR code.
CodeInfoGets the IR code properties.

Properties

Code

public function get Code():String

Gets the IR code.

CodeInfo

public function get CodeInfo():PhidgetIRCodeInfo

Gets the IR code properties.

public function get Code():String
Gets the IR code.
public function get CodeInfo():PhidgetIRCodeInfo
Gets the IR code properties.
Close