C# 클래스 AllJoynUnity.AllJoyn

파일 보기 프로젝트 열기: GameClay/alljoyn_unity 1 사용 예제들

공개 메소드들

메소드 설명
GetBuildInfo ( ) : string
GetNumericVersion ( ) : uint
GetVersion ( ) : string
SetMainThreadOnlyCallbacks ( bool mainThreadOnly ) : void
TriggerCallbacks ( ) : int

비공개 메소드들

메소드 설명
QCC_StatusText ( int status ) : IntPtr
alljoin_unity_set_deferred_callback_mainthread_only ( int mainthread_only ) : void
alljoyn_getbuildinfo ( ) : IntPtr
alljoyn_getnumericversion ( ) : uint
alljoyn_getversion ( ) : IntPtr
alljoyn_unity_deferred_callbacks_process ( ) : int

메소드 상세

GetBuildInfo() 공개 정적인 메소드

public static GetBuildInfo ( ) : string
리턴 string

GetNumericVersion() 공개 정적인 메소드

public static GetNumericVersion ( ) : uint
리턴 uint

GetVersion() 공개 정적인 메소드

public static GetVersion ( ) : string
리턴 string

SetMainThreadOnlyCallbacks() 공개 정적인 메소드

public static SetMainThreadOnlyCallbacks ( bool mainThreadOnly ) : void
mainThreadOnly bool
리턴 void

TriggerCallbacks() 공개 정적인 메소드

public static TriggerCallbacks ( ) : int
리턴 int