OpenDOF Project
DOFPermission DOFPermissionBinding_Create ( DOFPermissionBindingAction  actions,
const DOFObjectID  objectID,
const DOFInterfaceID  interfaceID 
)

Create a simple Binding type Permission from a single Object and Interface.

Parameters
actionsThe actions requested for the permission.
objectIDThe exact Object ID this permission is for, including any attributes. This may be NULL to indicate all object IDs (wildcard, including all attributes). This may be or include the Broadcast ID to indicate specifically (exactly) a broadcast or multicast ID (e.g., for broadcast or multicast operations).
interfaceIDThe Interface ID this permission is for. This may be NULL or the Wildcard ID to indicate all interface IDs (wildcard).
Returns
A new permission, as indicated.
Exceptions
NULLis returned if the permission cannot be created.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22