C# Class DemoObject, dbus-sharp

Inheritance: MonoBehaviour
ファイルを表示 Open project: brookpatten/dbus-sharp Class Usage Examples

Public Methods

Method Description
ArrArr ( ) : string[][]
CheckEnum ( DemoEnum e ) : void
EchoCaps ( string text ) : string
EchoCapsArr ( string texts ) : string[]
FireOffSomeEvent ( ) : void
GetArrayOfInts ( ) : object
GetDict ( ) : string>.IDictionary
GetEnum ( ) : DemoEnum
GetSomeLong ( ) : long
GetSomeULong ( ) : ulong
GetTuple ( ) : MyTuple,
GiveNoReply ( ) : void
HandleArray ( byte arr ) : void
HandleString ( string str ) : void
HandleVariant ( object o ) : void
Hello ( string arg0, int arg1 ) : float
Say ( object var ) : void
Say ( string text ) : void
SayByteArray ( byte data, string str ) : void
SayByteEnumArray ( BEnum data, string str ) : void
TextToInts ( string text ) : int[]
ThrowSomeException ( ) : int
ThrowSomeExceptionNoRet ( ) : void
UseSomeVariant ( object value ) : void

Method Details

ArrArr() public method

public ArrArr ( ) : string[][]
return string[][]

CheckEnum() public method

public CheckEnum ( DemoEnum e ) : void
e DemoEnum
return void

EchoCaps() public method

public EchoCaps ( string text ) : string
text string
return string

EchoCapsArr() public method

public EchoCapsArr ( string texts ) : string[]
texts string
return string[]

FireOffSomeEvent() public method

public FireOffSomeEvent ( ) : void
return void

GetArrayOfInts() public method

public GetArrayOfInts ( ) : object
return object

GetDict() public method

public GetDict ( ) : string>.IDictionary
return string>.IDictionary

GetEnum() public method

public GetEnum ( ) : DemoEnum
return DemoEnum

GetSomeLong() public method

public GetSomeLong ( ) : long
return long

GetSomeULong() public method

public GetSomeULong ( ) : ulong
return ulong

GetTuple() public method

public GetTuple ( ) : MyTuple,
return MyTuple,

GiveNoReply() public method

public GiveNoReply ( ) : void
return void

HandleArray() public method

public HandleArray ( byte arr ) : void
arr byte
return void

HandleString() public method

public HandleString ( string str ) : void
str string
return void

HandleVariant() public method

public HandleVariant ( object o ) : void
o object
return void

Hello() public method

public Hello ( string arg0, int arg1 ) : float
arg0 string
arg1 int
return float

Say() public method

public Say ( object var ) : void
var object
return void

Say() public method

public Say ( string text ) : void
text string
return void

SayByteArray() public method

public SayByteArray ( byte data, string str ) : void
data byte
str string
return void

SayByteEnumArray() public method

public SayByteEnumArray ( BEnum data, string str ) : void
data BEnum
str string
return void

TextToInts() public method

public TextToInts ( string text ) : int[]
text string
return int[]

ThrowSomeException() public method

public ThrowSomeException ( ) : int
return int

ThrowSomeExceptionNoRet() public method

public ThrowSomeExceptionNoRet ( ) : void
return void

UseSomeVariant() public method

public UseSomeVariant ( object value ) : void
value object
return void