C# Class R2D2.BaseToBotPrxHelper

Inheritance: Ice.ObjectPrxHelperBase, BaseToBotPrx
Afficher le fichier Open project: intel-cornellcup/r2bot Class Usage Examples

Méthodes publiques

Свойство Type Description
ids__ string[]

Méthodes publiques

Méthode Description
begin_move ( int lSpeed, int rSpeed, Ice cb__, object cookie__ ) : Ice.AsyncResult
begin_move ( int lSpeed, int rSpeed, string>._System ctx__, Ice cb__, object cookie__ ) : Ice.AsyncResult
begin_move ( int lSpeed, int rSpeed ) : Ice.AsyncResult
begin_move ( int lSpeed, int rSpeed, string>._System ctx__ ) : Ice.AsyncResult
begin_ping ( Ice cb__, object cookie__ ) : Ice.AsyncResult
begin_ping ( string>._System ctx__, Ice cb__, object cookie__ ) : Ice.AsyncResult
begin_ping ( ) : Ice.AsyncResult
begin_ping ( string>._System ctx__ ) : Ice.AsyncResult
begin_playSound ( R2D2 snd, Ice cb__, object cookie__ ) : Ice.AsyncResult
begin_playSound ( R2D2 snd, string>._System ctx__, Ice cb__, object cookie__ ) : Ice.AsyncResult
begin_playSound ( R2D2 snd ) : Ice.AsyncResult
begin_playSound ( R2D2 snd, string>._System ctx__ ) : Ice.AsyncResult
begin_rotateHead ( int angle, Ice cb__, object cookie__ ) : Ice.AsyncResult
begin_rotateHead ( int angle, string>._System ctx__, Ice cb__, object cookie__ ) : Ice.AsyncResult
begin_rotateHead ( int angle ) : Ice.AsyncResult
begin_rotateHead ( int angle, string>._System ctx__ ) : Ice.AsyncResult
begin_setFlapState ( R2D2 state, Ice cb__, object cookie__ ) : Ice.AsyncResult
begin_setFlapState ( R2D2 state, string>._System ctx__, Ice cb__, object cookie__ ) : Ice.AsyncResult
begin_setFlapState ( R2D2 state ) : Ice.AsyncResult
begin_setFlapState ( R2D2 state, string>._System ctx__ ) : Ice.AsyncResult
begin_shutdown ( Ice cb__, object cookie__ ) : Ice.AsyncResult
begin_shutdown ( string>._System ctx__, Ice cb__, object cookie__ ) : Ice.AsyncResult
begin_shutdown ( ) : Ice.AsyncResult
begin_shutdown ( string>._System ctx__ ) : Ice.AsyncResult
checkedCast ( Ice b ) : BaseToBotPrx
checkedCast ( Ice b, string>._System ctx ) : BaseToBotPrx
checkedCast ( Ice b, string f ) : BaseToBotPrx
checkedCast ( Ice b, string f, string>._System ctx ) : BaseToBotPrx
end_move ( Ice r__ ) : void
end_ping ( Ice r__ ) : void
end_playSound ( Ice r__ ) : void
end_rotateHead ( Ice r__ ) : void
end_setFlapState ( Ice r__ ) : void
end_shutdown ( Ice r__ ) : void
ice_staticId ( ) : string
move ( int lSpeed, int rSpeed ) : void
move ( int lSpeed, int rSpeed, string>._System context__ ) : void
ping ( ) : void
ping ( string>._System context__ ) : void
playSound ( R2D2 snd ) : void
playSound ( R2D2 snd, string>._System context__ ) : void
read__ ( IceInternal is__ ) : BaseToBotPrx
rotateHead ( int angle ) : void
rotateHead ( int angle, string>._System context__ ) : void
setFlapState ( R2D2 state ) : void
setFlapState ( R2D2 state, string>._System context__ ) : void
shutdown ( ) : void
shutdown ( string>._System context__ ) : void
uncheckedCast ( Ice b ) : BaseToBotPrx
uncheckedCast ( Ice b, string f ) : BaseToBotPrx
write__ ( IceInternal os__, BaseToBotPrx v__ ) : void

Méthodes protégées

Méthode Description
createDelegateD__ ( ) : Ice.ObjectDelD_
createDelegateM__ ( ) : Ice.ObjectDelM_

Private Methods

Méthode Description
begin_move ( int lSpeed, int rSpeed, string>._System ctx__, bool explicitContext__, Ice cb__, object cookie__ ) : Ice.AsyncResult
begin_ping ( string>._System ctx__, bool explicitContext__, Ice cb__, object cookie__ ) : Ice.AsyncResult
begin_playSound ( R2D2 snd, string>._System ctx__, bool explicitContext__, Ice cb__, object cookie__ ) : Ice.AsyncResult
begin_rotateHead ( int angle, string>._System ctx__, bool explicitContext__, Ice cb__, object cookie__ ) : Ice.AsyncResult
begin_setFlapState ( R2D2 state, string>._System ctx__, bool explicitContext__, Ice cb__, object cookie__ ) : Ice.AsyncResult
begin_shutdown ( string>._System ctx__, bool explicitContext__, Ice cb__, object cookie__ ) : Ice.AsyncResult
move ( int lSpeed, int rSpeed, string>._System context__, bool explicitContext__ ) : void
move_completed__ ( R2D2 cb__ ) : void
ping ( string>._System context__, bool explicitContext__ ) : void
ping_completed__ ( R2D2 cb__ ) : void
playSound ( R2D2 snd, string>._System context__, bool explicitContext__ ) : void
playSound_completed__ ( R2D2 cb__ ) : void
rotateHead ( int angle, string>._System context__, bool explicitContext__ ) : void
rotateHead_completed__ ( R2D2 cb__ ) : void
setFlapState ( R2D2 state, string>._System context__, bool explicitContext__ ) : void
setFlapState_completed__ ( R2D2 cb__ ) : void
shutdown ( string>._System context__, bool explicitContext__ ) : void
shutdown_completed__ ( R2D2 cb__ ) : void

Method Details

begin_move() public méthode

public begin_move ( int lSpeed, int rSpeed, Ice cb__, object cookie__ ) : Ice.AsyncResult
lSpeed int
rSpeed int
cb__ Ice
cookie__ object
Résultat Ice.AsyncResult

begin_move() public méthode

public begin_move ( int lSpeed, int rSpeed, string>._System ctx__, Ice cb__, object cookie__ ) : Ice.AsyncResult
lSpeed int
rSpeed int
ctx__ string>._System
cb__ Ice
cookie__ object
Résultat Ice.AsyncResult

begin_move() public méthode

public begin_move ( int lSpeed, int rSpeed ) : Ice.AsyncResult
lSpeed int
rSpeed int
Résultat Ice.AsyncResult

begin_move() public méthode

public begin_move ( int lSpeed, int rSpeed, string>._System ctx__ ) : Ice.AsyncResult
lSpeed int
rSpeed int
ctx__ string>._System
Résultat Ice.AsyncResult

begin_ping() public méthode

public begin_ping ( Ice cb__, object cookie__ ) : Ice.AsyncResult
cb__ Ice
cookie__ object
Résultat Ice.AsyncResult

begin_ping() public méthode

public begin_ping ( string>._System ctx__, Ice cb__, object cookie__ ) : Ice.AsyncResult
ctx__ string>._System
cb__ Ice
cookie__ object
Résultat Ice.AsyncResult

begin_ping() public méthode

public begin_ping ( ) : Ice.AsyncResult
Résultat Ice.AsyncResult

begin_ping() public méthode

public begin_ping ( string>._System ctx__ ) : Ice.AsyncResult
ctx__ string>._System
Résultat Ice.AsyncResult

begin_playSound() public méthode

public begin_playSound ( R2D2 snd, Ice cb__, object cookie__ ) : Ice.AsyncResult
snd R2D2
cb__ Ice
cookie__ object
Résultat Ice.AsyncResult

begin_playSound() public méthode

public begin_playSound ( R2D2 snd, string>._System ctx__, Ice cb__, object cookie__ ) : Ice.AsyncResult
snd R2D2
ctx__ string>._System
cb__ Ice
cookie__ object
Résultat Ice.AsyncResult

begin_playSound() public méthode

public begin_playSound ( R2D2 snd ) : Ice.AsyncResult
snd R2D2
Résultat Ice.AsyncResult

begin_playSound() public méthode

public begin_playSound ( R2D2 snd, string>._System ctx__ ) : Ice.AsyncResult
snd R2D2
ctx__ string>._System
Résultat Ice.AsyncResult

begin_rotateHead() public méthode

public begin_rotateHead ( int angle, Ice cb__, object cookie__ ) : Ice.AsyncResult
angle int
cb__ Ice
cookie__ object
Résultat Ice.AsyncResult

begin_rotateHead() public méthode

public begin_rotateHead ( int angle, string>._System ctx__, Ice cb__, object cookie__ ) : Ice.AsyncResult
angle int
ctx__ string>._System
cb__ Ice
cookie__ object
Résultat Ice.AsyncResult

begin_rotateHead() public méthode

public begin_rotateHead ( int angle ) : Ice.AsyncResult
angle int
Résultat Ice.AsyncResult

begin_rotateHead() public méthode

public begin_rotateHead ( int angle, string>._System ctx__ ) : Ice.AsyncResult
angle int
ctx__ string>._System
Résultat Ice.AsyncResult

begin_setFlapState() public méthode

public begin_setFlapState ( R2D2 state, Ice cb__, object cookie__ ) : Ice.AsyncResult
state R2D2
cb__ Ice
cookie__ object
Résultat Ice.AsyncResult

begin_setFlapState() public méthode

public begin_setFlapState ( R2D2 state, string>._System ctx__, Ice cb__, object cookie__ ) : Ice.AsyncResult
state R2D2
ctx__ string>._System
cb__ Ice
cookie__ object
Résultat Ice.AsyncResult

begin_setFlapState() public méthode

public begin_setFlapState ( R2D2 state ) : Ice.AsyncResult
state R2D2
Résultat Ice.AsyncResult

begin_setFlapState() public méthode

public begin_setFlapState ( R2D2 state, string>._System ctx__ ) : Ice.AsyncResult
state R2D2
ctx__ string>._System
Résultat Ice.AsyncResult

begin_shutdown() public méthode

public begin_shutdown ( Ice cb__, object cookie__ ) : Ice.AsyncResult
cb__ Ice
cookie__ object
Résultat Ice.AsyncResult

begin_shutdown() public méthode

public begin_shutdown ( string>._System ctx__, Ice cb__, object cookie__ ) : Ice.AsyncResult
ctx__ string>._System
cb__ Ice
cookie__ object
Résultat Ice.AsyncResult

begin_shutdown() public méthode

public begin_shutdown ( ) : Ice.AsyncResult
Résultat Ice.AsyncResult

begin_shutdown() public méthode

public begin_shutdown ( string>._System ctx__ ) : Ice.AsyncResult
ctx__ string>._System
Résultat Ice.AsyncResult

checkedCast() public static méthode

public static checkedCast ( Ice b ) : BaseToBotPrx
b Ice
Résultat BaseToBotPrx

checkedCast() public static méthode

public static checkedCast ( Ice b, string>._System ctx ) : BaseToBotPrx
b Ice
ctx string>._System
Résultat BaseToBotPrx

checkedCast() public static méthode

public static checkedCast ( Ice b, string f ) : BaseToBotPrx
b Ice
f string
Résultat BaseToBotPrx

checkedCast() public static méthode

public static checkedCast ( Ice b, string f, string>._System ctx ) : BaseToBotPrx
b Ice
f string
ctx string>._System
Résultat BaseToBotPrx

createDelegateD__() protected méthode

protected createDelegateD__ ( ) : Ice.ObjectDelD_
Résultat Ice.ObjectDelD_

createDelegateM__() protected méthode

protected createDelegateM__ ( ) : Ice.ObjectDelM_
Résultat Ice.ObjectDelM_

end_move() public méthode

public end_move ( Ice r__ ) : void
r__ Ice
Résultat void

end_ping() public méthode

public end_ping ( Ice r__ ) : void
r__ Ice
Résultat void

end_playSound() public méthode

public end_playSound ( Ice r__ ) : void
r__ Ice
Résultat void

end_rotateHead() public méthode

public end_rotateHead ( Ice r__ ) : void
r__ Ice
Résultat void

end_setFlapState() public méthode

public end_setFlapState ( Ice r__ ) : void
r__ Ice
Résultat void

end_shutdown() public méthode

public end_shutdown ( Ice r__ ) : void
r__ Ice
Résultat void

ice_staticId() public static méthode

public static ice_staticId ( ) : string
Résultat string

move() public méthode

public move ( int lSpeed, int rSpeed ) : void
lSpeed int
rSpeed int
Résultat void

move() public méthode

public move ( int lSpeed, int rSpeed, string>._System context__ ) : void
lSpeed int
rSpeed int
context__ string>._System
Résultat void

ping() public méthode

public ping ( ) : void
Résultat void

ping() public méthode

public ping ( string>._System context__ ) : void
context__ string>._System
Résultat void

playSound() public méthode

public playSound ( R2D2 snd ) : void
snd R2D2
Résultat void

playSound() public méthode

public playSound ( R2D2 snd, string>._System context__ ) : void
snd R2D2
context__ string>._System
Résultat void

read__() public static méthode

public static read__ ( IceInternal is__ ) : BaseToBotPrx
is__ IceInternal
Résultat BaseToBotPrx

rotateHead() public méthode

public rotateHead ( int angle ) : void
angle int
Résultat void

rotateHead() public méthode

public rotateHead ( int angle, string>._System context__ ) : void
angle int
context__ string>._System
Résultat void

setFlapState() public méthode

public setFlapState ( R2D2 state ) : void
state R2D2
Résultat void

setFlapState() public méthode

public setFlapState ( R2D2 state, string>._System context__ ) : void
state R2D2
context__ string>._System
Résultat void

shutdown() public méthode

public shutdown ( ) : void
Résultat void

shutdown() public méthode

public shutdown ( string>._System context__ ) : void
context__ string>._System
Résultat void

uncheckedCast() public static méthode

public static uncheckedCast ( Ice b ) : BaseToBotPrx
b Ice
Résultat BaseToBotPrx

uncheckedCast() public static méthode

public static uncheckedCast ( Ice b, string f ) : BaseToBotPrx
b Ice
f string
Résultat BaseToBotPrx

write__() public static méthode

public static write__ ( IceInternal os__, BaseToBotPrx v__ ) : void
os__ IceInternal
v__ BaseToBotPrx
Résultat void

Property Details

ids__ public_oe static_oe property

public static string[] ids__
Résultat string[]