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