![]() |
MAK Data Logger API Documentation for DIS
|
Little Endian signed 16-bit quantity. More...
Collaboration diagram for DtLeInt16:Public Member Functions | |
| DtLeInt16 () | |
| Least Significant Byte. | |
| DtLeInt16 (const DtInt16 &i) | |
| DtLeInt16 (const DtLeInt16 &i) | |
| DtLeInt16 & | operator= (const DtLeInt16 &other) |
| DtLeInt16 & | operator= (const DtInt16 &other) |
| operator DtInt16 () const | |
Public Attributes | |
| DtNetInt8 | msbyte |
| DtNetInt8 | lsbyte |
| Most Significant Byte. | |
Little Endian signed 16-bit quantity.
|
inline |
Least Significant Byte.
Referenced by operator=().
|
inline |
|
inline |
References DtLeInt16().
| DtNetInt8 DtLeInt16::lsbyte |
Most Significant Byte.
Referenced by DtLeInt16(), operator DtInt16(), and operator=().
| DtNetInt8 DtLeInt16::msbyte |
Referenced by DtLeInt16(), operator DtInt16(), and operator=().