CMP_CONNECT_TYPE enumeration (61883.h)

This enumeration specifies a connection type.

Syntax

typedef enum {
  CMP_Broadcast,
  CMP_PointToPoint
} CMP_CONNECT_TYPE;

Constants

 
CMP_Broadcast
Indicates that this is a broadcast connection.
CMP_PointToPoint
Indicates that this is a point-to-point connection.

Requirements

Requirement Value
Header 61883.h

See also

AV_61883_REQUEST