Exemplo n.º 1
0
def optGetReadyD(dirName, msgBufSize):
    """optGetReadyD(dirName, msgBufSize) -> int"""
    return _optcc.optGetReadyD(dirName, msgBufSize)
Exemplo n.º 2
0
def optGetReadyD(*args):
  """optGetReadyD(dirName, msgBufSize) -> int"""
  return _optcc.optGetReadyD(*args)