DOFInterfaceEvent Constructor (DOFInterface, DOFTypeContext, DOFPacket)OpenDOF Object Access Library
Create an instance from serial form.

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

C#
protected Event(
	DOFInterface iface,
	DOFTypeContext context,
	DOFPacket packet
)

Parameters

iface
Type: org.opendof.core.oalDOFInterface
The interface that this item will be part of.
context
Type: org.opendof.core.oalDOFTypeContext
The context that stores the referenced types.
packet
Type: org.opendof.core.oalDOFPacket
The source to read the event from.
Exceptions

ExceptionCondition
DOFMarshalException If there are errors in the data or the buffer. This is an exception to the rule that non-RuntimeExceptions not be thrown from a constructor.
DOFMarshalException
Remarks

Create an instance from serial form.

Initialize this object from the specified byte array and offset into the array. Adjusts offset for the next unread byte.

See Also

Reference

org.opendof.core.internal_Renamed.protocol.Marshallable