C# Class Ros_CSharp.IServiceClientLink

Afficher le fichier Open project: uml-robotics/ROS.NET Class Usage Examples

Méthodes publiques

Свойство Type Description
connection Connection
parent IServicePublication
persistent bool

Méthodes publiques

Méthode Description
drop ( ) : void
handleHeader ( Header header ) : bool
initialize ( Connection conn ) : bool
onHeaderWritten ( Connection conn ) : bool
onRequest ( Connection conn, byte buffer, int size, bool success ) : bool
onRequestLength ( Connection conn, byte buffer, int size, bool success ) : bool
onResponseWritten ( Connection conn ) : bool
processResponse ( IRosMessage msg, bool success ) : void
processResponse ( string error, bool success ) : void

Private Methods

Méthode Description
onConnectionDropped ( Connection conn, Connection reason ) : void

Method Details

drop() public méthode

public drop ( ) : void
Résultat void

handleHeader() public méthode

public handleHeader ( Header header ) : bool
header Header
Résultat bool

initialize() public méthode

public initialize ( Connection conn ) : bool
conn Connection
Résultat bool

onHeaderWritten() public méthode

public onHeaderWritten ( Connection conn ) : bool
conn Connection
Résultat bool

onRequest() public méthode

public onRequest ( Connection conn, byte buffer, int size, bool success ) : bool
conn Connection
buffer byte
size int
success bool
Résultat bool

onRequestLength() public méthode

public onRequestLength ( Connection conn, byte buffer, int size, bool success ) : bool
conn Connection
buffer byte
size int
success bool
Résultat bool

onResponseWritten() public méthode

public onResponseWritten ( Connection conn ) : bool
conn Connection
Résultat bool

processResponse() public méthode

public processResponse ( IRosMessage msg, bool success ) : void
msg Messages.IRosMessage
success bool
Résultat void

processResponse() public méthode

public processResponse ( string error, bool success ) : void
error string
success bool
Résultat void

Property Details

connection public_oe property

public Connection,Ros_CSharp connection
Résultat Connection

parent public_oe property

public IServicePublication parent
Résultat IServicePublication

persistent public_oe property

public bool persistent
Résultat bool