DOFPacketgetBytes Method OpenDOF Object Access Library
Get a byte array containing a copy of the bytes in the packet.

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

C#
public virtual byte[] getBytes()

Return Value

Type: Byte
a byte array containing a copy of the bytes in the packet.
Remarks

Get a byte array containing a copy of the bytes in the packet.
See Also

Reference