-
- All Implemented Interfaces:
-
com.polidea.rxandroidble3.RxBlePhyOption
public final class RxBlePhyOptionImpl implements RxBlePhyOption
Coding to be used when transmitting on the LE Coded PHY.
-
-
Field Summary
Fields Modifier and Type Field Description public final static RxBlePhyOptionPHY_OPTION_NO_PREFERREDpublic final static RxBlePhyOptionPHY_OPTION_S2public final static RxBlePhyOptionPHY_OPTION_S8private final intvalue
-
Constructor Summary
Constructors Constructor Description RxBlePhyOptionImpl(String toStringOverride, int value)
-
Method Summary
Modifier and Type Method Description intgetValue()StringtoString()static RxBlePhyOptionImplfromInterface(RxBlePhyOption phyOption)-
-
Constructor Detail
-
RxBlePhyOptionImpl
RxBlePhyOptionImpl(String toStringOverride, int value)
-
-
Method Detail
-
getValue
int getValue()
-
fromInterface
static RxBlePhyOptionImpl fromInterface(RxBlePhyOption phyOption)
-
-
-
-