biblesync (7) Linux Manual Page
biblesync – multicast navigation synchronization in Bible programs Synopsis #include <biblesync.hh> typedef enum_BibleSync_mode{ BSP_MODE_DISABLE, BSP_MODE_PERSONAL, BSP_MODE_SPEAKER, BSP_MODE_AUDIENCE, N_BSP_MODE } BibleSync_mode; typedef enum_BibleSync_xmit_status{ BSP_XMIT_OK, BSP_XMIT_FAILED, BSP_XMIT_NO_SOCKET, BSP_XMIT_BAD_TYPE, BSP_XMIT_NO_AUDIENCE_XMIT, BSP_XMIT_RECEIVING, N_BSP_XMIT } BibleSync_xmit_status; #define BSP_ANNOUNCE 1 #define BSP_SYNC 2 #define BSP_BEACON 3 typedef void (*BibleSync_navigate)(char cmd, string speakerkey, string bible, string ref, string alt, string group, string…
