ZIO
Python and C++ interface to ZeroMQ and Zyre
Static Public Attributes | List of all members
zio.flow.proto.Direction Class Reference
Inheritance diagram for zio.flow.proto.Direction:
Inheritance graph
[legend]
Collaboration diagram for zio.flow.proto.Direction:
Collaboration graph
[legend]

Static Public Attributes

int undefined = 0
 
int extract = 1
 
int inject = 2
 

Detailed Description

Definition at line 16 of file proto.py.

Member Data Documentation

◆ extract

int zio.flow.proto.Direction.extract = 1
static

Definition at line 18 of file proto.py.

◆ inject

int zio.flow.proto.Direction.inject = 2
static

Definition at line 19 of file proto.py.

◆ undefined

int zio.flow.proto.Direction.undefined = 0
static

Definition at line 17 of file proto.py.


The documentation for this class was generated from the following file: