I'm trying to decode a number and alway get a Symbol Not Found Error, I have set up other examples with encodeNumber and get the same error. Does this happen for anyone else? is this being implemented wrong?
var buf = [21, 20, 196, 30, 118, 70, 115, 64]; return buf.decodeNumber(Lang.NUMBER_FORMAT_UINT32, {:offset => pos, :endianness => Lang.ENDIAN_LITTLE});
The above code always returns this;
Error: Symbol Not Found Error Details: Could not find symbol 'decodeNumber'
Any advice on why this is occurring, I have changed sdk versions and still get the issue.