Skip to content

Use int for all message buffer ops #1

@joe0x04

Description

@joe0x04

The current buffer reading funcs will return numbers of the same size that were read. Shorts return a 16 bit number, int/long returns 32 bit numbers etc. This results in needing to use casting funcs all over the place. Change these functions to return standard ints and handle the length internally.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions