-
data
int[] data
信号データ(2Mhzクロックでのon/off時間の配列)。
Signal data (array of on/off time periods in 2MHz clock).
-
format
java.lang.String format
フォーマット。現状 "raw" のみサポートされています。
Signal format. Only "raw" is supported at this time.
-
frequency
float frequency
キャリア周波数(kHz)。
Carrier frequency in kHz.
-
name
java.lang.String name
信号の名前。
Name of this signal.
-
imageResourceName
java.lang.String imageResourceName
アイコン画像のリソース名。アイコンがDrawableリソースの場合のみ使用されます。
Resource name of the icon image. Used only if the icon is a drawable resource.
-
imageFilename
java.lang.String imageFilename
アイコン画像のファイル名。アイコンがビットマップ画像の場合のみ使用されます。
Filename of the icon image. Used only if the icon is a bitmap image.
-
deviceId
java.lang.String deviceId
この信号の送信対象となるIRKitのdeviceid。
deviceid of IRKit which this signal will be sent from.
-
viewPosition
int viewPosition
View内の位置。不要な場合はセットしなくてOK。
Position in a view. Optional.
-
id
java.lang.String id
端末上でIRSignalをユニークに識別するためのID。
ID which uniquely identifies this signal on the device.