Class PerformRpcCallback
FFI Callbacks
public sealed class PerformRpcCallback : Google.Protobuf.IMessage<PerformRpcCallback>, Google.Protobuf.IBufferMessage
- Inheritance
-
PerformRpcCallback
- Implements
-
IBufferMessage
- Extension Methods
Constructors
PerformRpcCallback()
public PerformRpcCallback()
PerformRpcCallback(PerformRpcCallback)
public PerformRpcCallback(PerformRpcCallback other)
Parameters
otherPerformRpcCallback
Fields
AsyncIdFieldNumber
Field number for the "async_id" field.
public const int AsyncIdFieldNumber = 1
Field Value
ErrorFieldNumber
Field number for the "error" field.
public const int ErrorFieldNumber = 3
Field Value
PayloadFieldNumber
Field number for the "payload" field.
public const int PayloadFieldNumber = 2
Field Value
Properties
AsyncId
public ulong AsyncId { get; set; }
Property Value
Descriptor
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
Error
public RpcError Error { get; set; }
Property Value
HasAsyncId
Gets whether the "async_id" field is set
public bool HasAsyncId { get; }
Property Value
HasPayload
Gets whether the "payload" field is set
public bool HasPayload { get; }
Property Value
Parser
public static Google.Protobuf.MessageParser<PerformRpcCallback> Parser { get; }
Property Value
- MessageParser<PerformRpcCallback>
Payload
public string Payload { get; set; }
Property Value
Methods
CalculateSize()
public int CalculateSize()
Returns
ClearAsyncId()
Clears the value of the "async_id" field
public void ClearAsyncId()
ClearPayload()
Clears the value of the "payload" field
public void ClearPayload()
Clone()
public PerformRpcCallback Clone()
Returns
Equals(PerformRpcCallback)
public bool Equals(PerformRpcCallback other)
Parameters
otherPerformRpcCallback
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(PerformRpcCallback)
public void MergeFrom(PerformRpcCallback other)
Parameters
otherPerformRpcCallback
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream