def setMaxQueueSize(self, maxSize):
     returnValue = libpanda._inP9ImMSCal(self.this, maxSize)
     return returnValue
Пример #2
0
 def setMaxQueueSize(self, maxSize):
     returnValue = libpanda._inP9ImMSCal(self.this, maxSize)
     return returnValue
 def setMaxQueueSize(self, maxSize):
     upcastSelf = self
     upcastSelf = upcastSelf.upcastToQueuedReturnNetDatagram()
     returnValue = libpanda._inP9ImMSCal(upcastSelf.this, maxSize)
     return returnValue
 def setMaxQueueSize(self, maxSize):
     upcastSelf = self
     upcastSelf = upcastSelf.upcastToQueuedReturnNetDatagram()
     returnValue = libpanda._inP9ImMSCal(upcastSelf.this, maxSize)
     return returnValue