DOFBlob Constructor (DOFBlobType, Byte)OpenDOF Object Access Library
Create a new blob given a type and data.

Namespace: org.opendof.core.oal.value
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public DOFBlob(
	DOFBlobType type,
	byte[] data
)

Parameters

type
Type: org.opendof.core.oal.valueDOFBlobType
The type of the blob. The data must be compatible with the type. Must not be null.
data
Type: SystemByte
The data to encapsulate. Must not be null.
Remarks

Create a new blob given a type and data.
See Also

Reference