C# 클래스 KalimbaPdImplAndroid, kalimba

상속: KalimbaPdImplAbstract
파일 보기 프로젝트 열기: hagish/kalimba

공개 메소드들

메소드 설명
CloseFile ( int patchId ) : void
Init ( ) : void
OpenFile ( string baseName, string pathName ) : int
SendBangToReceiver ( string receiverName ) : void
SendFloat ( float val, string receiverName ) : void
SendSymbol ( string symbol, string receiverName ) : void
copyFromStreamingAssetsIntoPersistant ( string p ) : string

비공개 메소드들

메소드 설명
_closeFile ( int patchId ) : void
_init ( ) : void
_openFile ( string baseName, string pathName ) : int

_opens the file.

_sendBangToReceiver ( string receiverName ) : void
_sendFloat ( float val, string receiverName ) : void
_sendSymbol ( string symbol, string receiverName ) : void
listAssetsContent ( string path ) : List

메소드 상세

CloseFile() 공개 메소드

public CloseFile ( int patchId ) : void
patchId int
리턴 void

Init() 공개 메소드

public Init ( ) : void
리턴 void

OpenFile() 공개 메소드

public OpenFile ( string baseName, string pathName ) : int
baseName string
pathName string
리턴 int

SendBangToReceiver() 공개 메소드

public SendBangToReceiver ( string receiverName ) : void
receiverName string
리턴 void

SendFloat() 공개 메소드

public SendFloat ( float val, string receiverName ) : void
val float
receiverName string
리턴 void

SendSymbol() 공개 메소드

public SendSymbol ( string symbol, string receiverName ) : void
symbol string
receiverName string
리턴 void

copyFromStreamingAssetsIntoPersistant() 공개 메소드

public copyFromStreamingAssetsIntoPersistant ( string p ) : string
p string
리턴 string