Create Get Sensor Value reply object
| C# | Visual Basic | Visual C++ |
public SensorReading( byte[] reply )
Public Sub New ( _ reply As Byte() _ )
public: SensorReading( array<unsigned char>^ reply )
- reply (array< Byte >[]()[])
- Raw 16-bit Get Sensor Value response (as 2-byte, big-endian array)