Access properties stored in a central repository. More...

Detailed Description

Access properties stored in a central repository.

EXPERIMENTAL

#define PLAYER_BLACKBOARD_REQ_SUBSCRIBE_TO_KEY   1
 Request/reply subtype: subscribe to key. More...
 
#define PLAYER_BLACKBOARD_REQ_UNSUBSCRIBE_FROM_KEY   2
 Request/reply subtype: unsubscribe from key. More...
 
#define PLAYER_BLACKBOARD_REQ_SET_ENTRY   3
 Request/reply subtype: set entry. More...
 
#define PLAYER_BLACKBOARD_REQ_SUBSCRIBE_TO_GROUP   4
 Request/reply subtype: subscribe to group. More...
 
#define PLAYER_BLACKBOARD_REQ_UNSUBSCRIBE_FROM_GROUP   5
 Request/reply subtype: unsubscribe from group. More...
 
#define PLAYER_BLACKBOARD_REQ_GET_ENTRY   6
 Request/reply subtype: get a value. More...
 
#define PLAYER_BLACKBOARD_DATA_UPDATE   1
 Data update reply.
 

Macro Definition Documentation

◆ PLAYER_BLACKBOARD_REQ_GET_ENTRY

#define PLAYER_BLACKBOARD_REQ_GET_ENTRY   6

Request/reply subtype: get a value.

◆ PLAYER_BLACKBOARD_REQ_SET_ENTRY

#define PLAYER_BLACKBOARD_REQ_SET_ENTRY   3

Request/reply subtype: set entry.

◆ PLAYER_BLACKBOARD_REQ_SUBSCRIBE_TO_GROUP

#define PLAYER_BLACKBOARD_REQ_SUBSCRIBE_TO_GROUP   4

Request/reply subtype: subscribe to group.

◆ PLAYER_BLACKBOARD_REQ_SUBSCRIBE_TO_KEY

#define PLAYER_BLACKBOARD_REQ_SUBSCRIBE_TO_KEY   1

Request/reply subtype: subscribe to key.

◆ PLAYER_BLACKBOARD_REQ_UNSUBSCRIBE_FROM_GROUP

#define PLAYER_BLACKBOARD_REQ_UNSUBSCRIBE_FROM_GROUP   5

Request/reply subtype: unsubscribe from group.

◆ PLAYER_BLACKBOARD_REQ_UNSUBSCRIBE_FROM_KEY

#define PLAYER_BLACKBOARD_REQ_UNSUBSCRIBE_FROM_KEY   2

Request/reply subtype: unsubscribe from key.