OpenDOF Project
Files | Functions
DOFGroupAddress
Distributed Object Framework (DOF)

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

Files

file  oal.h
 Header file for the C OAL functions, defines and data types.
 

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 7.1.5 Build 0
2017-01-25