DataValueArray.SetBytes Method
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Sets DataValueArray based on Bytes. Derived classes must implement the correct SetBytes method for that class.
Namespace:
NationalInstruments.VeriStand.DataAssembly: NationalInstruments.VeriStand.DataTypes (in NationalInstruments.VeriStand.DataTypes.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Overrides Sub SetBytes ( _ Bytes As Byte() _ ) |
| C# |
|---|
public override void SetBytes( byte[] Bytes ) |
| Visual C++ |
|---|
public: virtual void SetBytes( array<unsigned char>^ Bytes ) override |
Parameters
- Bytes
- Type:
System.Byte
An array of bytes.
Exceptions
| Exception | Condition |
|---|---|
| NotImplementedException | The method is not implemented in the derived class. |