Debug

class c104.Debug

This enum contains all valid debug bits to interpret and manipulate debug mode.

__init__()
is_any(self) bool

test if there are any bits set

is_none(self) bool

test if no bits are set

All = Debug set: { Server | Client | Connection | Station | Point | Message | Callback | Gil }, is_none: False
Callback = Debug set: { Callback }, is_none: False
Client = Debug set: { Client }, is_none: False
Connection = Debug set: { Connection }, is_none: False
Gil = Debug set: { Gil }, is_none: False
Message = Debug set: { Message }, is_none: False
Point = Debug set: { Point }, is_none: False
Server = Debug set: { Server }, is_none: False
Station = Debug set: { Station }, is_none: False
property name
property value