DataBytesClone Method

Returns a new copy of this instance with the same data values.

Definition

Namespace: Peak.Can.Basic
Assembly: PCANBasic.NET (in PCANBasic.NET.dll) Version: 4.9.0
C#
public DataBytes Clone()

Return Value

DataBytes
A copy of this DataBytes object.

See Also