Ejemplo n.º 1
0
def gmdCreate(pgmd, msgBufSize):
    """gmdCreate(pgmd, msgBufSize) -> int"""
    return _gmdcc.gmdCreate(pgmd, msgBufSize)
Ejemplo n.º 2
0
def gmdCreate(*args):
  """gmdCreate(pgmd, msgBufSize) -> int"""
  return _gmdcc.gmdCreate(*args)