#import <ThingBLEService.h>
Definition at line 14 of file ThingBLEService.h.
◆ cancelCharacteristicOperations [1/2]
- (void) cancelCharacteristicOperations |
|
|
|
Cancels the characteristic operation.
◆ cancelCharacteristicOperations [2/2]
- (void) cancelCharacteristicOperations |
|
|
|
Cancels the characteristic operation.
◆ discoverCharacteristics [1/2]
◆ discoverCharacteristics [2/2]
◆ discoverCharacteristicsWithCompletion: [1/2]
Returns a list of characteristics.
- Parameters
-
◆ discoverCharacteristicsWithCompletion: [2/2]
Returns a list of characteristics.
- Parameters
-
◆ discoverCharacteristicsWithUUIDs:completion: [1/2]
Returns the characteristics with specific UUIDs.
- Parameters
-
◆ discoverCharacteristicsWithUUIDs:completion: [2/2]
Returns the characteristics with specific UUIDs.
- Parameters
-
◆ handleDiscoveredCharacteristics:error: [1/2]
- (void) handleDiscoveredCharacteristics: |
|
(NSArray *) |
aCharacteristics |
error: |
|
(NSError *) |
aError |
|
|
| |
Stores the returned characteristics.
- Parameters
-
aCharacteristics | A list of CBCharacteristics objects. |
aError | An error occurs while processing the request. |
◆ handleDiscoveredCharacteristics:error: [2/2]
- (void) handleDiscoveredCharacteristics: |
|
(NSArray *) |
aCharacteristics |
error: |
|
(NSError *) |
aError |
|
|
| |
Stores the returned characteristics.
- Parameters
-
aCharacteristics | A list of CBCharacteristics objects. |
aError | An error occurs while processing the request. |
◆ initWithService: [1/2]
- (instancetype) initWithService: |
|
(CBService *) |
aService |
|
Creates a ThingBLESerice object.
- Parameters
-
aService | The CBservice object. |
- Returns
- The ThingBLESerice object.
◆ initWithService: [2/2]
- (instancetype) initWithService: |
|
(CBService *) |
aService |
|
Creates a ThingBLESerice object.
- Parameters
-
aService | The CBservice object. |
- Returns
- The ThingBLESerice object.
◆ retrieveCharacteristicByUUID: [1/2]
Returns the characteristic with a specific UUID.
- Parameters
-
uuid | The UUID to be returned. |
- Returns
- The ThingBLECharacteristic object.
◆ retrieveCharacteristicByUUID: [2/2]
Returns the characteristic with a specific UUID.
- Parameters
-
uuid | The UUID to be returned. |
- Returns
- The ThingBLECharacteristic object.
◆ cbService
- (CBService *) cbService |
|
readnonatomicstrong |
◆ characteristics
◆ isBatteryInfo
Indicates whether the battery information is returned.
Definition at line 47 of file ThingBLEService.h.
◆ isDeviceInfo
Indicates whether the device information is returned.
Definition at line 34 of file ThingBLEService.h.
◆ isTimerInfo
Indicates whether the timer information is returned.
Definition at line 40 of file ThingBLEService.h.
◆ UUIDString
- (NSString *) UUIDString |
|
readnonatomicstrong |
The documentation for this class was generated from the following files:
- /Users/humtong/Downloads/Pods_副本/ThingBluetooth/Build/ThingBluetooth.xcframework/ios-arm64_x86_64-simulator/ThingBluetooth.framework/Headers/ThingBLEService.h
- /Users/humtong/Downloads/Pods_副本/ThingBluetooth/Build/ThingBluetooth.xcframework/ios-arm64/ThingBluetooth.framework/Headers/ThingBLEService.h