C# Class AllJoynUnity.AllJoyn.SessionOpts

Inheritance: IDisposable
Afficher le fichier Open project: GameClay/alljoyn_unity Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode 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 méthode

public static Compare ( SessionOpts one, SessionOpts other ) : int
one SessionOpts
other SessionOpts
Résultat int

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

IsCompatible() public méthode

public IsCompatible ( SessionOpts other ) : bool
other SessionOpts
Résultat bool

SessionOpts() public méthode

public SessionOpts ( TrafficType trafficType, bool isMultipoint, ProximityType proximity, TransportMask transports ) : System
trafficType TrafficType
isMultipoint bool
proximity ProximityType
transports TransportMask
Résultat System