channel_flags property

channel_flags property

Gets or sets the channel flags.

Definition:

@property
def channel_flags(self):
    ...
@channel_flags.setter
def channel_flags(self, value):
    ...

See Also