Class PublishDataRequest
Publish data to other participants
public sealed class PublishDataRequest : Google.Protobuf.IMessage<PublishDataRequest>, Google.Protobuf.IBufferMessage
- Inheritance
-
PublishDataRequest
- Implements
-
IBufferMessage
- Extension Methods
Constructors
PublishDataRequest()
public PublishDataRequest()
PublishDataRequest(PublishDataRequest)
public PublishDataRequest(PublishDataRequest other)
Parameters
otherPublishDataRequest
Fields
DataLenFieldNumber
Field number for the "data_len" field.
public const int DataLenFieldNumber = 3
Field Value
DataPtrFieldNumber
Field number for the "data_ptr" field.
public const int DataPtrFieldNumber = 2
Field Value
DestinationIdentitiesFieldNumber
Field number for the "destination_identities" field.
public const int DestinationIdentitiesFieldNumber = 7
Field Value
DestinationSidsFieldNumber
Field number for the "destination_sids" field.
public const int DestinationSidsFieldNumber = 5
Field Value
LocalParticipantHandleFieldNumber
Field number for the "local_participant_handle" field.
public const int LocalParticipantHandleFieldNumber = 1
Field Value
ReliableFieldNumber
Field number for the "reliable" field.
public const int ReliableFieldNumber = 4
Field Value
RequestAsyncIdFieldNumber
Field number for the "request_async_id" field.
public const int RequestAsyncIdFieldNumber = 8
Field Value
TopicFieldNumber
Field number for the "topic" field.
public const int TopicFieldNumber = 6
Field Value
Properties
DataLen
public ulong DataLen { get; set; }
Property Value
DataPtr
public ulong DataPtr { get; set; }
Property Value
Descriptor
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
DestinationIdentities
public Google.Protobuf.Collections.RepeatedField<string> DestinationIdentities { get; }
Property Value
- RepeatedField<string>
DestinationSids
[Obsolete]
public Google.Protobuf.Collections.RepeatedField<string> DestinationSids { get; }
Property Value
- RepeatedField<string>
HasDataLen
Gets whether the "data_len" field is set
public bool HasDataLen { get; }
Property Value
HasDataPtr
Gets whether the "data_ptr" field is set
public bool HasDataPtr { get; }
Property Value
HasLocalParticipantHandle
Gets whether the "local_participant_handle" field is set
public bool HasLocalParticipantHandle { get; }
Property Value
HasReliable
Gets whether the "reliable" field is set
public bool HasReliable { get; }
Property Value
HasRequestAsyncId
Gets whether the "request_async_id" field is set
public bool HasRequestAsyncId { get; }
Property Value
HasTopic
Gets whether the "topic" field is set
public bool HasTopic { get; }
Property Value
LocalParticipantHandle
public ulong LocalParticipantHandle { get; set; }
Property Value
Parser
public static Google.Protobuf.MessageParser<PublishDataRequest> Parser { get; }
Property Value
- MessageParser<PublishDataRequest>
Reliable
public bool Reliable { get; set; }
Property Value
RequestAsyncId
public ulong RequestAsyncId { get; set; }
Property Value
Topic
public string Topic { get; set; }
Property Value
Methods
CalculateSize()
public int CalculateSize()
Returns
ClearDataLen()
Clears the value of the "data_len" field
public void ClearDataLen()
ClearDataPtr()
Clears the value of the "data_ptr" field
public void ClearDataPtr()
ClearLocalParticipantHandle()
Clears the value of the "local_participant_handle" field
public void ClearLocalParticipantHandle()
ClearReliable()
Clears the value of the "reliable" field
public void ClearReliable()
ClearRequestAsyncId()
Clears the value of the "request_async_id" field
public void ClearRequestAsyncId()
ClearTopic()
Clears the value of the "topic" field
public void ClearTopic()
Clone()
public PublishDataRequest Clone()
Returns
Equals(PublishDataRequest)
public bool Equals(PublishDataRequest other)
Parameters
otherPublishDataRequest
Returns
Equals(object)
public override bool Equals(object other)
Parameters
otherobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
MergeFrom(CodedInputStream)
public void MergeFrom(Google.Protobuf.CodedInputStream input)
Parameters
inputCodedInputStream
MergeFrom(PublishDataRequest)
public void MergeFrom(PublishDataRequest other)
Parameters
otherPublishDataRequest
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream