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