OSDN Git Service

1bb26dc2d90d40399feb2ae1dac23e159d04753f
[gokigen/ThetaThoughtShutter.git] / app / src / main / java / jp / osdn / gokigen / thetathoughtshutter / MyApplicationStatus.kt
1 package jp.osdn.gokigen.thetathoughtshutter
2
3 enum class MyApplicationStatus
4 {
5     Undefined,
6     FailedInitialize,
7     Initialized,
8     Searching,
9     Connected,
10     Scanning,
11 }