GNUnet debian-0.24.3-23-g589b01d60
GNUNET_MESSENGER_RoomKeyCode Struct Reference

A room key code specifies an identifier of a room and its individual properties. More...

#include <gnunet_messenger_service.h>

Data Fields

uint8_t public_bit: 1
 
uint8_t group_bit: 1
 
uint8_t feed_bit: 1
 
uint8_t unused_bits: 5
 
uint8_t bits [sizeof(struct GNUNET_HashCode) - 1]
 

Detailed Description

A room key code specifies an identifier of a room and its individual properties.

Size: 64 bytes

Definition at line 79 of file gnunet_messenger_service.h.

Field Documentation

◆ public_bit

uint8_t GNUNET_MESSENGER_RoomKeyCode::public_bit

Definition at line 81 of file gnunet_messenger_service.h.

Referenced by is_room_public().

◆ group_bit

uint8_t GNUNET_MESSENGER_RoomKeyCode::group_bit

Definition at line 82 of file gnunet_messenger_service.h.

◆ feed_bit

uint8_t GNUNET_MESSENGER_RoomKeyCode::feed_bit

Definition at line 83 of file gnunet_messenger_service.h.

◆ unused_bits

uint8_t GNUNET_MESSENGER_RoomKeyCode::unused_bits

Definition at line 84 of file gnunet_messenger_service.h.

◆ bits

uint8_t GNUNET_MESSENGER_RoomKeyCode::bits[sizeof(struct GNUNET_HashCode) - 1]

Definition at line 85 of file gnunet_messenger_service.h.


The documentation for this struct was generated from the following file: