C# Class AllJoynUnity.AllJoyn.Message

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

Private Properties

Свойство Type Description
Message System
alljoyn_message_create System.IntPtr
alljoyn_message_destroy void
alljoyn_message_getarg System.IntPtr

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetArg ( int index ) : MsgArg
Message ( BusAttachment bus ) : System
this ( int i ) : MsgArg

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Message ( IntPtr message ) : System
alljoyn_message_create ( IntPtr bus ) : IntPtr
alljoyn_message_destroy ( IntPtr msg ) : void
alljoyn_message_getarg ( IntPtr msg, UIntPtr argN ) : IntPtr

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

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

GetArg() public méthode

public GetArg ( int index ) : MsgArg
index int
Résultat MsgArg

Message() public méthode

public Message ( BusAttachment bus ) : System
bus BusAttachment
Résultat System

this() public méthode

public this ( int i ) : MsgArg
i int
Résultat MsgArg