Skip to content

Interface definition for NpmStreams #28

Description

@AndrewFalanga

The NpmStreams header needs

struct _NpmStream {
    int handle;
    mutex m;
    int Send(uint8_t *data,
             uint32_t dataLength);
    int Recv(uint8_t *data,
             uint32_t **dataLength);
};

typedef _NpmStream NpmStream;
  • Doxygen comments
  • GTest for the interface

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions