C# Class AllJoynUnity.AllJoyn.SessionOpts

Inheritance: IDisposable
Datei anzeigen Open project: GameClay/alljoyn_unity Class Usage Examples

Private Properties

Property Type Description
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

Public Methods

Method Description
Compare ( SessionOpts one, SessionOpts other ) : int
Dispose ( ) : void
IsCompatible ( SessionOpts other ) : bool
SessionOpts ( TrafficType trafficType, bool isMultipoint, ProximityType proximity, TransportMask transports ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
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

Method Details

Compare() public static method

public static Compare ( SessionOpts one, SessionOpts other ) : int
one SessionOpts
other SessionOpts
return int

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

IsCompatible() public method

public IsCompatible ( SessionOpts other ) : bool
other SessionOpts
return bool

SessionOpts() public method

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