예제 #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)