Number
Number
StationIDNumber
StationIDNumber
Number
Get the CountryCode
Kind: Instance method of StationIDNumber
Returns: Number
- the KEY_COUNTRY_CODE value
Number
Get the FccFacilityId
Kind: Instance method of StationIDNumber
Returns: Number
- the KEY_FCC_FACILITY_ID value
StationIDNumber
Set 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} |
StationIDNumber
Set 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} |