Diffusion Apple API 6.12.0
Unified Client Library for iOS, tvOS and OS X / macOS
Loading...
Searching...
No Matches
PTDiffusionNumberFetchTopicResult Class Reference

Encapsulates the result from a numeric fetch operation for a single selected topic. More...

#include <PTDiffusionNumberFetchTopicResult.h>

Inheritance diagram for PTDiffusionNumberFetchTopicResult:
PTDiffusionFetchTopicResult

Properties

NSNumber * number
Properties inherited from PTDiffusionFetchTopicResult
NSString * path
PTDiffusionTopicSpecificationspecification

Detailed Description

Encapsulates the result from a numeric fetch operation for a single selected topic.

A numeric fetch operation is issued using either of the fetchDoubleFloatNumberValuesWithTopicSelectorExpression:completionHandler: (PTDiffusionFetchRequest) or fetchInt64NumberValuesWithTopicSelectorExpression:completionHandler: (PTDiffusionFetchRequest) methods.

Since
6.2

Property Documentation

◆ number

- (NSNumber*) number
readnonatomicassign

Returns the topic value, or nil if the topic has no value.

Since
6.2