StationIDNumber
GPSData
String
String
String
SisData
SisData
SisData
SisData
SisData
StationIDNumber
Get the StationIDNumber
Kind: Instance method of SisData
Returns: StationIDNumber
- the KEY_STATION_IDNUMBER value
GPSData
Get the StationLocation
Kind: Instance method of SisData
Returns: GPSData
- the KEY_STATION_LOCATION value
String
Get the StationLongName
Kind: Instance method of SisData
Returns: String
- the KEY_STATION_LONG_NAME value
String
Get the StationMessage
Kind: Instance method of SisData
Returns: String
- the KEY_STATION_MESSAGE value
String
Get the StationShortName
Kind: Instance method of SisData
Returns: String
- the KEY_STATION_SHORT_NAME value
SisData
Set 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. |
SisData
Set 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. |
SisData
Set 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} |
SisData
Set 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} |
SisData
Set 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} |