Skip to main content

readUint32

method Deserializer.prototype.readUint32
Jump to headingDeserializer.prototype.readUint32(): number

Read a raw 32-bit unsigned integer and return it. For use inside of a custom deserializer._readHostObject().

Return Type Jump to heading

number
Back to top