-
public class BluetoothStatusBean
Bluetooth module status.
-
-
Method Summary
Modifier and Type Method Description Boolean
getIsOnline()
void
setIsOnline(Boolean online)
String
getVerSw()
void
setVerSw(String verSw)
-
-
Method Detail
-
getIsOnline
Boolean getIsOnline()
-
setIsOnline
void setIsOnline(Boolean online)
-
getVerSw
String getVerSw()
-
setVerSw
void setVerSw(String verSw)
-
-
-
-