C# 클래스 AllJoynUnity.AllJoyn.SessionOpts

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

Private Properties

프로퍼티 타입 설명
SessionOpts System
alljoyn_sessionopts_cmp int
alljoyn_sessionopts_create System.IntPtr
alljoyn_sessionopts_destroy void
alljoyn_sessionopts_iscompatible int
alljoyn_sessionopts_multipoint int
alljoyn_sessionopts_proximity byte
alljoyn_sessionopts_traffic byte
alljoyn_sessionopts_transports ushort

공개 메소드들

메소드 설명
Compare ( SessionOpts one, SessionOpts other ) : int
Dispose ( ) : void
IsCompatible ( SessionOpts other ) : bool
SessionOpts ( TrafficType trafficType, bool isMultipoint, ProximityType proximity, TransportMask transports ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
SessionOpts ( IntPtr sessionOpts ) : System
alljoyn_sessionopts_cmp ( IntPtr one, IntPtr other ) : int
alljoyn_sessionopts_create ( byte traffic, int isMultipoint, byte proximity, ushort transports ) : IntPtr
alljoyn_sessionopts_destroy ( IntPtr opts ) : void
alljoyn_sessionopts_iscompatible ( IntPtr one, IntPtr other ) : int
alljoyn_sessionopts_multipoint ( IntPtr opts ) : int
alljoyn_sessionopts_proximity ( IntPtr opts ) : byte
alljoyn_sessionopts_traffic ( IntPtr opts ) : byte
alljoyn_sessionopts_transports ( IntPtr opts ) : ushort

메소드 상세

Compare() 공개 정적인 메소드

public static Compare ( SessionOpts one, SessionOpts other ) : int
one SessionOpts
other SessionOpts
리턴 int

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

IsCompatible() 공개 메소드

public IsCompatible ( SessionOpts other ) : bool
other SessionOpts
리턴 bool

SessionOpts() 공개 메소드

public SessionOpts ( TrafficType trafficType, bool isMultipoint, ProximityType proximity, TransportMask transports ) : System
trafficType TrafficType
isMultipoint bool
proximity ProximityType
transports TransportMask
리턴 System