NumberNumberStationIDNumberStationIDNumberNumberGet the CountryCode
Kind: Instance method of StationIDNumber
Returns: Number - the KEY_COUNTRY_CODE value
NumberGet the FccFacilityId
Kind: Instance method of StationIDNumber
Returns: Number - the KEY_FCC_FACILITY_ID value
StationIDNumberSet the CountryCode
Kind: Instance method of StationIDNumber
Returns: StationIDNumber - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| code | Number |
Binary Representation of ITU Country Code. USA Code is 001. - The desired CountryCode. {'num_min_value': 0, 'num_max_value': 999} |
StationIDNumberSet the FccFacilityId
Kind: Instance method of StationIDNumber
Returns: StationIDNumber - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| 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} |