#include <stdint.h>
Go to the source code of this file.
This is the base type for storing of standard IDs. Type for client IDs
Definition at line 39 of file types.h.
Type for process IDs.
Definition at line 48 of file types.h.
Type for stream positions.
Definition at line 45 of file types.h.
Type for Stream IDs.
Definition at line 42 of file types.h.
typedef uint8_t ruuid_t[16] |
Type to store packed UUID.
Definition at line 51 of file types.h.
Type of IO direction.
Enumerator |
---|
RIODIR_INVALID |
|
RIODIR_NONE |
This stream has no defined IO direction.
|
RIODIR_IN |
This stream is a input stream.
|
RIODIR_OUT |
This stream is an output stream.
|
RIODIR_INOUT |
This stream is bidirectional.
|
Definition at line 54 of file types.h.