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