SECONDARY constant

Channel_Role const SECONDARY

Secondary channels are only used for encryption/decryption/authentication purposes. Their radio settings (freq etc) are ignored, only psk is used.

Implementation

static const Channel_Role SECONDARY =
    Channel_Role._(2, _omitEnumNames ? '' : 'SECONDARY');