DOFTypedataAvailable Method OpenDOF Object Access Library
Return whether the type has more data available.

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

C#
protected bool dataAvailable(
	DOFPacket packet
)

Parameters

packet
Type: org.opendof.core.oalDOFPacket
The buffer that contains the type.

Return Value

Type: Boolean
true
if more type data is available,
false
otherwise.
Exceptions

ExceptionCondition
DOFMarshalExceptionThe buffer is invalid.
DOFMarshalException
Remarks

Return whether the type has more data available.
See Also

Reference