ByteOrder Enumeration
- 已更新2023-02-21
- 閱讀時間為 2 分鐘
Specifies the byte order of data
Namespace:
NationalInstruments.VeriStand.ClientAPIAssembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Member name | Description |
|---|---|
| BigEndian | Specifies big-endian byte order |
| LittleEndian | Specifies little-endian byte order |
| NativeHostOrder | Specifies to use the byte-ordering format of the VeriStand Gateway host computer |