C# Class AllJoynUnity.AllJoyn.Message

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

Private Properties

Property Type Description
Message System
alljoyn_message_create System.IntPtr
alljoyn_message_destroy void
alljoyn_message_getarg System.IntPtr

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

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

public Dispose ( ) : void
return void

Dispose() protected method

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

GetArg() public method

public GetArg ( int index ) : MsgArg
index int
return MsgArg

Message() public method

public Message ( BusAttachment bus ) : System
bus BusAttachment
return System

this() public method

public this ( int i ) : MsgArg
i int
return MsgArg