C# Class Ros_CSharp.PublisherLink

Mostrar archivo Open project: uml-robotics/ROS.NET Class Usage Examples

Public Properties

Property Type Description
CallerID string
ConnectionID uint
Latched bool
XmlRpc_Uri string
md5sum string
parent Subscription
stats Stats

Public Methods

Method Description
PublisherLink ( Subscription parent, string xmlrpc_uri ) : System
drop ( ) : void
getHeader ( ) : Header
setHeader ( Header h ) : bool

Private Methods

Method Description
handleMessage ( byte serializedmessagekinda, bool ser, bool nocopy ) : void

Method Details

PublisherLink() public method

public PublisherLink ( Subscription parent, string xmlrpc_uri ) : System
parent Subscription
xmlrpc_uri string
return System

drop() public method

public drop ( ) : void
return void

getHeader() public method

public getHeader ( ) : Header
return Header

setHeader() public method

public setHeader ( Header h ) : bool
h Header
return bool

Property Details

CallerID public_oe property

public string CallerID
return string

ConnectionID public_oe property

public uint ConnectionID
return uint

Latched public_oe property

public bool Latched
return bool

XmlRpc_Uri public_oe property

public string XmlRpc_Uri
return string

md5sum public_oe property

public string md5sum
return string

parent public_oe property

public Subscription parent
return Subscription

stats public_oe property

public Stats stats
return Stats