OpenDOF Project
Functions
DOFGroupAddress
Distributed Object Framework (DOF)

This class represents group addresses that are used to join secure multicast groups. More...

Functions

DOFAddress DOFGroupAddress_Create (DOFObjectIDAuthentication groupID)
 Create a new group address from the object identifier that identifies the Secure Multicast Group.
 
DOFObjectIDAuthentication DOFGroupAddress_GetGroupID (const DOFAddress self)
 Return the group identifier associated with the address.
 
void DOFGroupAddress_Destroy (DOFAddress self)
 Destroy the given DOFGroupAddress.
 

Detailed Description

This class represents group addresses that are used to join secure multicast groups.

The configuration for connections of type DOFCONNECTIONTYPE_GROUP must use this type of address.

core-c-dof-oal Version 8.0.1 Build 0
2018-01-22