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
SisData

SisData Class Reference

Constructors

Instance Methods

Constructors

new SisData(parameters)

Initializes an instance of SisData.

Instance Methods

sisData.getStationIDNumber() ⇒ StationIDNumber

Get the StationIDNumber

Kind: Instance method of SisData
Returns: StationIDNumber - the KEY_STATION_IDNUMBER value

sisData.getStationLocation() ⇒ GPSData

Get the StationLocation

Kind: Instance method of SisData
Returns: GPSData - the KEY_STATION_LOCATION value

sisData.getStationLongName() ⇒ String

Get the StationLongName

Kind: Instance method of SisData
Returns: String - the KEY_STATION_LONG_NAME value

sisData.getStationMessage() ⇒ String

Get the StationMessage

Kind: Instance method of SisData
Returns: String - the KEY_STATION_MESSAGE value

sisData.getStationShortName() ⇒ String

Get the StationShortName

Kind: Instance method of SisData
Returns: String - the KEY_STATION_SHORT_NAME value

sisData.setStationIDNumber(number) ⇒ SisData

Set the StationIDNumber

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

ParamTypeDescription
number StationIDNumber Used for network Application. Consists of Country Code and FCC Facility ID. - The desired StationIDNumber.

sisData.setStationLocation(location) ⇒ SisData

Set the StationLocation

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

ParamTypeDescription
location GPSData Provides the 3-dimensional geographic station location. - The desired StationLocation.

sisData.setStationLongName(name) ⇒ SisData

Set the StationLongName

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

ParamTypeDescription
name String Identifies the station call sign or other identifying information in the long format. - The desired StationLongName. {'string_min_length': 0, 'string_max_length': 56}

sisData.setStationMessage(message) ⇒ SisData

Set the StationMessage

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

ParamTypeDescription
message String May be used to convey textual information of general interest to the consumer such as weather forecasts or public service announcements. Includes a high priority delivery feature to convey emergencies that may be in the listening area. - The desired StationMessage. {'string_min_length': 0, 'string_max_length': 56}

sisData.setStationShortName(name) ⇒ SisData

Set the StationShortName

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

ParamTypeDescription
name String Identifies the 4-alpha-character station call sign plus an optional (-FM) extension - The desired StationShortName. {'string_min_length': 4, 'string_max_length': 7}
View on GitHub.com
Previous Section Next Section