Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
JavaScript Suite Documentation

StationIDNumber Class Reference

Constructors

Instance Methods

Constructors

new StationIDNumber(parameters)

Initializes an instance of StationIDNumber.

Instance Methods

stationIDNumber.getCountryCode() ⇒ Number

Get the CountryCode

Kind: Instance method of StationIDNumber
Returns: Number - the KEY_COUNTRY_CODE value

stationIDNumber.getFccFacilityId() ⇒ Number

Get the FccFacilityId

Kind: Instance method of StationIDNumber
Returns: Number - the KEY_FCC_FACILITY_ID value

stationIDNumber.setCountryCode(code) ⇒ StationIDNumber

Set the CountryCode

Kind: Instance method of StationIDNumber
Returns: StationIDNumber - The class instance for method chaining.

ParamTypeDescription
code Number Binary Representation of ITU Country Code. USA Code is 001. - The desired CountryCode. {'num_min_value': 0, 'num_max_value': 999}

stationIDNumber.setFccFacilityId(id) ⇒ StationIDNumber

Set the FccFacilityId

Kind: Instance method of StationIDNumber
Returns: StationIDNumber - The class instance for method chaining.

ParamTypeDescription
id Number Binary representation of unique facility ID assigned by the FCC; FCC controlled for U.S. territory - The desired FccFacilityId. {'num_min_value': 0, 'num_max_value': 999999}
View on GitHub.com