Class BlePsdClient.PsdFeature
-
- All Implemented Interfaces:
public final class BlePsdClient.PsdFeature
-
-
Field Summary
Fields Modifier and Type Field Description private BooleanecgSupportedprivate BooleanaccSupportedprivate BooleanohrSupportedprivate BooleanppSupported
-
Constructor Summary
Constructors Constructor Description BlePsdClient.PsdFeature()BlePsdClient.PsdFeature(ByteArray data)
-
Method Summary
Modifier and Type Method Description final BooleangetEcgSupported()final UnitsetEcgSupported(Boolean ecgSupported)final BooleangetAccSupported()final UnitsetAccSupported(Boolean accSupported)final BooleangetOhrSupported()final UnitsetOhrSupported(Boolean ohrSupported)final BooleangetPpSupported()final UnitsetPpSupported(Boolean ppSupported)-
-
Constructor Detail
-
BlePsdClient.PsdFeature
BlePsdClient.PsdFeature()
-
BlePsdClient.PsdFeature
BlePsdClient.PsdFeature(ByteArray data)
-
-
Method Detail
-
getEcgSupported
final Boolean getEcgSupported()
-
setEcgSupported
final Unit setEcgSupported(Boolean ecgSupported)
-
getAccSupported
final Boolean getAccSupported()
-
setAccSupported
final Unit setAccSupported(Boolean accSupported)
-
getOhrSupported
final Boolean getOhrSupported()
-
setOhrSupported
final Unit setOhrSupported(Boolean ohrSupported)
-
getPpSupported
final Boolean getPpSupported()
-
setPpSupported
final Unit setPpSupported(Boolean ppSupported)
-
-
-
-