C# Class AllJoynUnity.AllJoyn.BusListener

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

Private Properties

Свойство Type Description
_BusDisconnected void
_BusStopping void
_FoundAdvertisedName void
_ListenerRegistered void
_ListenerUnregistered void
_LostAdvertisedName void
_NameOwnerChanged void
alljoyn_buslistener_create System.IntPtr
alljoyn_buslistener_destroy void

Méthodes publiques

Méthode Description
BusListener ( ) : System
Dispose ( ) : void

Méthodes protégées

Méthode Description
BusDisconnected ( ) : void
BusStopping ( ) : void
Dispose ( bool disposing ) : void
FoundAdvertisedName ( string name, TransportMask transport, string namePrefix ) : void
ListenerRegistered ( BusAttachment busAttachment ) : void
ListenerUnregistered ( ) : void
LostAdvertisedName ( string name, TransportMask transport, string namePrefix ) : void
NameOwnerChanged ( string busName, string previousOwner, string newOwner ) : void

Private Methods

Méthode Description
_BusDisconnected ( IntPtr context ) : void
_BusStopping ( IntPtr context ) : void
_FoundAdvertisedName ( IntPtr context, IntPtr name, ushort transport, IntPtr namePrefix ) : void
_ListenerRegistered ( IntPtr context, IntPtr bus ) : void
_ListenerUnregistered ( IntPtr context ) : void
_LostAdvertisedName ( IntPtr context, IntPtr name, ushort transport, IntPtr namePrefix ) : void
_NameOwnerChanged ( IntPtr context, IntPtr busName, IntPtr previousOwner, IntPtr newOwner ) : void
alljoyn_buslistener_create ( IntPtr callbacks, IntPtr context ) : IntPtr
alljoyn_buslistener_destroy ( IntPtr listener ) : void

Method Details

BusDisconnected() protected méthode

protected BusDisconnected ( ) : void
Résultat void

BusListener() public méthode

public BusListener ( ) : System
Résultat System

BusStopping() protected méthode

protected BusStopping ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

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

FoundAdvertisedName() protected méthode

protected FoundAdvertisedName ( string name, TransportMask transport, string namePrefix ) : void
name string
transport TransportMask
namePrefix string
Résultat void

ListenerRegistered() protected méthode

protected ListenerRegistered ( BusAttachment busAttachment ) : void
busAttachment BusAttachment
Résultat void

ListenerUnregistered() protected méthode

protected ListenerUnregistered ( ) : void
Résultat void

LostAdvertisedName() protected méthode

protected LostAdvertisedName ( string name, TransportMask transport, string namePrefix ) : void
name string
transport TransportMask
namePrefix string
Résultat void

NameOwnerChanged() protected méthode

protected NameOwnerChanged ( string busName, string previousOwner, string newOwner ) : void
busName string
previousOwner string
newOwner string
Résultat void