PhidgetIRCode

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

Summary
PhidgetIRCodeA class for storing an IR code.
Properties
CodeGets the IR code string.
BitCountGets the bit count of the IR Code
RepeatGets the repeat state for this code.

Properties

Code

public function get Code():String

Gets the IR code string.

BitCount

public function get BitCount():int

Gets the bit count of the IR Code

Repeat

public function get Repeat():Boolean

Gets the repeat state for this code.  This is used in the CODE event when an incoming code is being repeated.

public function get Code():String
Gets the IR code string.
public function get BitCount():int
Gets the bit count of the IR Code
public function get Repeat():Boolean
Gets the repeat state for this code.
Close