C# Class AllJoynUnity.AllJoyn.BusListener

Inheritance: IDisposable
Mostra file Open project: GameClay/alljoyn_unity Class Usage Examples

Private Properties

Property 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

Public Methods

Method Description
BusListener ( ) : System
Dispose ( ) : void

Protected Methods

Method 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

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

protected BusDisconnected ( ) : void
return void

BusListener() public method

public BusListener ( ) : System
return System

BusStopping() protected method

protected BusStopping ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

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

FoundAdvertisedName() protected method

protected FoundAdvertisedName ( string name, TransportMask transport, string namePrefix ) : void
name string
transport TransportMask
namePrefix string
return void

ListenerRegistered() protected method

protected ListenerRegistered ( BusAttachment busAttachment ) : void
busAttachment BusAttachment
return void

ListenerUnregistered() protected method

protected ListenerUnregistered ( ) : void
return void

LostAdvertisedName() protected method

protected LostAdvertisedName ( string name, TransportMask transport, string namePrefix ) : void
name string
transport TransportMask
namePrefix string
return void

NameOwnerChanged() protected method

protected NameOwnerChanged ( string busName, string previousOwner, string newOwner ) : void
busName string
previousOwner string
newOwner string
return void