Guides and Sample Code

Developer

Playground Book Format Reference

PlaygroundBluetoothConnectionView.Item.FirmwareStatus

The enumeration you use to indicate whether a peripheral’s firmware is current.
ある周辺機器のファームウェアが最新かどうかを指し示すためにあなたが使用する列挙。

Enumeration Cases
Enumerationケース節

upToDate

The state that indicates that a peripheral doesn’t need a firmware update.
この状態は、ある周辺機器がファームウェアアップデートを必要としないことを示します。

Declaration
宣言

  1. case upToDate

outOfDate

The state that indicates that a peripheral needs a firmware update before it can operate correctly.
この状態は、ある周辺機器がファームウェアアップデートを、それが正しく操作されるには必要とすることを示します。

Declaration
宣言

  1. case outOfDate