OpenDOF Project
boolean DOFPermissionBindingBuilder_AddRequiredAttribute_Buffer ( DOFPermissionBindingBuilder  self,
const DOFObjectIDAttributeType  type,
uint32  valueSize,
const uint8 value 
)

Add an attribute to a binding permission builder, based on a raw buffer.

Parameters
selfThe binding permission builder. If NULL, no action is taken.
typeThe ID of the Attribute. See DOFObjectIDAttributeType. Valid numeric range is 0 <= type <= 127.
valueSizeSize, in byte count, of the supplied Attribute's data.
valueThe Attribute's data. This should not be NULL if valueSize > 0.
Returns
boolean TRUE, if the attribute could be added; FALSE, if it failed to be added.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22