QUdpSocket.BindMode Class Reference
[QtNetwork module]
Methods
Special Methods
Detailed Description
BindFlag
may be used whenever
BindMode
is expected.
Method Documentation
BindMode.__init__ (self)
BindMode.__init__ (self, int f)
BindMode.__init__ (self, BindMode)
BindMode BindMode.__and__ (self, int f)
int BindMode.__bool__ (self)
bool BindMode.__eq__ (self, BindMode f)
BindMode BindMode.__iand__ (self, int f)
int BindMode.__int__ (self)
BindMode BindMode.__invert__ (self)
BindMode BindMode.__ior__ (self, int f)
BindMode BindMode.__ixor__ (self, int f)
bool BindMode.__ne__ (self, BindMode f)
BindMode BindMode.__or__ (self, int f)
BindMode BindMode.__xor__ (self, int f)