Describes the hour, minute and second values used to set the media clock.
@since SDL 1.0
- (nonnull instancetype)initWithCountryCode:
(nullable NSNumber<SDLInt> *)countryCode
fccFacilityId:(nullable NSNumber<SDLInt> *)id;
init(countryCode: (NSNumber & SDLInt)?, fccFacilityId id: (NSNumber & SDLInt)?)
Binary Representation of ITU Country Code. USA Code is 001
Binary representation of unique facility ID assigned by the FCC
An SDLStationIDNumber object
@abstract Binary Representation of ITU Country Code. USA Code is 001.
Optional, Integer, 0 - 999
@property (nonatomic, strong, nullable) NSNumber<SDLInt> *countryCode;
var countryCode: (NSNumber & SDLInt)? { get set }
@abstract Binary representation of unique facility ID assigned by the FCC FCC controlled for U.S. territory
Optional, Integer, 0 - 999
@property (nonatomic, strong, nullable) NSNumber<SDLInt> *fccFacilityId;
var fccFacilityId: (NSNumber & SDLInt)? { get set }