|
@@ -16,19 +16,6 @@ typedef NS_ENUM(NSUInteger, MKRRadioDeviceType) {
|
|
|
|
|
|
@protocol MKRUPnPDevice <NSObject>
|
|
@protocol MKRUPnPDevice <NSObject>
|
|
|
|
|
|
-- (NSString *)deviceName;
|
|
|
|
-- (NSString *)deviceUUID;
|
|
|
|
-- (NSString *)deviceBaseUrl;
|
|
|
|
-- (NSString *)connectionManagerUrl;
|
|
|
|
-- (NSString *)avTransportUrl;
|
|
|
|
-- (NSString *)renderingControlUrl;
|
|
|
|
-- (NSString *)groupManagementUrl;
|
|
|
|
-- (MKRRadioDeviceType)deviceType;
|
|
|
|
-
|
|
|
|
-@end
|
|
|
|
-
|
|
|
|
-@interface MKRUPnPDevice : NSObject<MKRUPnPDevice>
|
|
|
|
-
|
|
|
|
@property (nonatomic, strong) NSString *deviceName;
|
|
@property (nonatomic, strong) NSString *deviceName;
|
|
@property (nonatomic, strong) NSString *deviceUUID;
|
|
@property (nonatomic, strong) NSString *deviceUUID;
|
|
@property (nonatomic, strong) NSString *deviceBaseUrl;
|
|
@property (nonatomic, strong) NSString *deviceBaseUrl;
|
|
@@ -39,3 +26,7 @@ typedef NS_ENUM(NSUInteger, MKRRadioDeviceType) {
|
|
@property (nonatomic, assign) MKRRadioDeviceType deviceType;
|
|
@property (nonatomic, assign) MKRRadioDeviceType deviceType;
|
|
|
|
|
|
@end
|
|
@end
|
|
|
|
+
|
|
|
|
+@interface MKRUPnPDevice : NSObject<MKRUPnPDevice>
|
|
|
|
+
|
|
|
|
+@end
|