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: Booleantrue
false
Exceptions
Exception | Condition |
---|---|
DOFMarshalException | The buffer is invalid. |
DOFMarshalException |
Remarks
See Also