StationIDNumberGPSDataStringStringStringSisDataSisDataSisDataSisDataSisDataStationIDNumberGet the StationIDNumber
Kind: Instance method of SisData
Returns: StationIDNumber - the KEY_STATION_IDNUMBER value
GPSDataGet the StationLocation
Kind: Instance method of SisData
Returns: GPSData - the KEY_STATION_LOCATION value
StringGet the StationLongName
Kind: Instance method of SisData
Returns: String - the KEY_STATION_LONG_NAME value
StringGet the StationMessage
Kind: Instance method of SisData
Returns: String - the KEY_STATION_MESSAGE value
StringGet the StationShortName
Kind: Instance method of SisData
Returns: String - the KEY_STATION_SHORT_NAME value
SisDataSet the StationIDNumber
Kind: Instance method of SisData
Returns: SisData - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| number | StationIDNumber |
Used for network Application. Consists of Country Code and FCC Facility ID. - The desired StationIDNumber. |
SisDataSet the StationLocation
Kind: Instance method of SisData
Returns: SisData - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| location | GPSData |
Provides the 3-dimensional geographic station location. - The desired StationLocation. |
SisDataSet the StationLongName
Kind: Instance method of SisData
Returns: SisData - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| 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} |
SisDataSet the StationMessage
Kind: Instance method of SisData
Returns: SisData - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| 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} |
SisDataSet the StationShortName
Kind: Instance method of SisData
Returns: SisData - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| 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} |