Sets the
DataValue based on
Bytes. This is an abstract declaration only. Derived classes must implement the correct SetBytes method for that class.
Namespace:
NationalInstruments.VeriStand.Data
Assembly:
NationalInstruments.VeriStand.DataTypes (in NationalInstruments.VeriStand.DataTypes.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration) |
---|
Public MustOverride Sub SetBytes ( _
Bytes As Byte() _
) |
C# |
---|
public abstract void SetBytes(
byte[] Bytes
) |
Visual C++ |
---|
public:
virtual void SetBytes(
array<unsigned char>^ Bytes
) abstract |