[][src]Constant anachro_client::PUBLISH_SHORTCODE_OFFSET

pub const PUBLISH_SHORTCODE_OFFSET: u16 = 0x8000;

The shortcode offset used for Publish topics

For now, I have defined 0x0000..=0x7FFF as the range used for subscription topic shortcodes, and 0x8000..=0xFFFF as the range used for publish topic shortcodes. This is an implementation detail, and should not be relied upon.