Class HMCharacteristicWriteAction<T extends NSObject>

  • All Implemented Interfaces:
    NSObjectProtocol, org.robovm.objc.ObjCProtocol

    public class HMCharacteristicWriteAction<T extends NSObject>
    extends HMAction
    Since:
    Available in iOS 8.0 and later.
    • Constructor Detail

      • HMCharacteristicWriteAction

        protected HMCharacteristicWriteAction​(NSObject.Handle h,
                                              long handle)
      • HMCharacteristicWriteAction

        protected HMCharacteristicWriteAction​(NSObject.SkipInit skipInit)
      • HMCharacteristicWriteAction

        public HMCharacteristicWriteAction​(HMCharacteristic characteristic,
                                           T targetValue)
    • Method Detail

      • getTargetValue

        public T getTargetValue()
      • updateTargetValue

        public void updateTargetValue​(T targetValue,
                                      org.robovm.objc.block.VoidBlock1<NSError> completion)