Flags

Details

class Farstream.StreamDirection(value)

Bases: GObject.GFlags

An enum for specifying the direction of a stream

NONE = 0

No direction specified

SEND = 1

Send only

RECV = 2

Receive only

BOTH = 3

Send and receive