Beispiel #1
0
def optGetReady(msgBufSize):
    """optGetReady(msgBufSize) -> int"""
    return _optcc.optGetReady(msgBufSize)
Beispiel #2
0
def optGetReady(*args):
  """optGetReady(msgBufSize) -> int"""
  return _optcc.optGetReady(*args)