public interface IRKitEventListener
| Modifier and Type | Method and Description |
|---|---|
void |
onExistingIRKitFound(IRPeripheral peripheral)
IRKit.sharedInstance().peripheralsに保存されているIRKitを ローカルネットワーク上に発見した場合に呼ばれます。 |
void |
onNewIRKitFound(IRPeripheral peripheral)
IRKit.sharedInstance().peripheralsに保存されていないIRKitを ローカルネットワーク上に発見した場合に呼ばれます。 |
void onNewIRKitFound(IRPeripheral peripheral)
IRKit.sharedInstance().peripheralsに保存されていないIRKitを ローカルネットワーク上に発見した場合に呼ばれます。
Called when SDK found an IRKit which is not in IRKit.sharedInstance().peripheral on local network.
peripheral - 新しく発見したIRKitデバイス。 Newly found IRKit device.void onExistingIRKitFound(IRPeripheral peripheral)
IRKit.sharedInstance().peripheralsに保存されているIRKitを ローカルネットワーク上に発見した場合に呼ばれます。
Called when SDK found an IRKit which is in IRKit.sharedInstance().peripheral on local network.
peripheral - 発見したIRKitデバイス。 Found IRKit device.