You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

27 lines
589 B

//
// JL_SystemVolume.h
// JL_BLEKit
//
// Created by 李放 on 2021/12/20.
// Copyright © 2021 www.zh-jieli.com. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <JL_BLEKit/JL_FunctionBaseManager.h>
#import <JL_BLEKit/JL_TypeEnum.h>
#import <JL_BLEKit/JL_Tools.h>
NS_ASSUME_NONNULL_BEGIN
@interface JL_SystemVolume : JL_FunctionBaseManager
#pragma mark ---> 设置系统音量
/**
@param volume 音量值
*/
-(void)cmdSetSystemVolume:(UInt8)volume;
-(void)cmdSetSystemVolume:(UInt8)volume Result:(JL_CMD_RESPOND __nullable)result;
@end
NS_ASSUME_NONNULL_END