Class Connection
Represents a ROSbag connection
Inheritance
System.Object
Connection
Assembly: RosNet.dll
Syntax
public class Connection : object
Constructors
|
Improve this Doc
View Source
Connection(FieldValue, FieldValue)
Create a connection with conn and topic from connection record header
Declaration
public Connection(FieldValue conn, FieldValue topic)
Parameters
Properties
|
Improve this Doc
View Source
CallerID
Declaration
public string CallerID { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Conn
Declaration
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Latching
Declaration
public string Latching { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Md5sum
Declaration
public string Md5sum { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
MessageDefinition
Declaration
public List<FieldValue> MessageDefinition { get; }
Property Value
|
Improve this Doc
View Source
Messages
Declaration
public List<Message> Messages { get; }
Property Value
|
Improve this Doc
View Source
OriginalTopic
Declaration
public string OriginalTopic { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Topic
Declaration
public string Topic { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Type
Declaration
public string Type { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|