コード例 #1
0
def gmdCreate(pgmd, msgBufSize):
    """gmdCreate(pgmd, msgBufSize) -> int"""
    return _gmdcc.gmdCreate(pgmd, msgBufSize)
コード例 #2
0
ファイル: gmdcc.py プロジェクト: antwort7/Dutties
def gmdCreate(*args):
  """gmdCreate(pgmd, msgBufSize) -> int"""
  return _gmdcc.gmdCreate(*args)