Class ApmProcessStreamRequest
public sealed class ApmProcessStreamRequest : Google.Protobuf.IMessage<ApmProcessStreamRequest>, Google.Protobuf.IBufferMessage
- Inheritance
-
ApmProcessStreamRequest
- Implements
-
IBufferMessage
- Extension Methods
Constructors
ApmProcessStreamRequest()
public ApmProcessStreamRequest()
ApmProcessStreamRequest(ApmProcessStreamRequest)
public ApmProcessStreamRequest(ApmProcessStreamRequest other)
Parameters
otherApmProcessStreamRequest
Fields
ApmHandleFieldNumber
Field number for the "apm_handle" field.
public const int ApmHandleFieldNumber = 1
Field Value
DataPtrFieldNumber
Field number for the "data_ptr" field.
public const int DataPtrFieldNumber = 2
Field Value
NumChannelsFieldNumber
Field number for the "num_channels" field.
public const int NumChannelsFieldNumber = 5
Field Value
SampleRateFieldNumber
Field number for the "sample_rate" field.
public const int SampleRateFieldNumber = 4
Field Value
SizeFieldNumber
Field number for the "size" field.
public const int SizeFieldNumber = 3
Field Value
Properties
ApmHandle
public ulong ApmHandle { get; set; }
Property Value
DataPtr
*mut i16
public ulong DataPtr { get; set; }
Property Value
Descriptor
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
HasApmHandle
Gets whether the "apm_handle" field is set
public bool HasApmHandle { get; }
Property Value
HasDataPtr
Gets whether the "data_ptr" field is set
public bool HasDataPtr { get; }
Property Value
HasNumChannels
Gets whether the "num_channels" field is set
public bool HasNumChannels { get; }
Property Value
HasSampleRate
Gets whether the "sample_rate" field is set
public bool HasSampleRate { get; }
Property Value
HasSize
Gets whether the "size" field is set
public bool HasSize { get; }
Property Value
NumChannels
public uint NumChannels { get; set; }
Property Value
Parser
public static Google.Protobuf.MessageParser<ApmProcessStreamRequest> Parser { get; }
Property Value
- MessageParser<ApmProcessStreamRequest>
SampleRate
public uint SampleRate { get; set; }
Property Value
Size
in bytes
public uint Size { get; set; }
Property Value
Methods
CalculateSize()
public int CalculateSize()
Returns
ClearApmHandle()
Clears the value of the "apm_handle" field
public void ClearApmHandle()
ClearDataPtr()
Clears the value of the "data_ptr" field
public void ClearDataPtr()
ClearNumChannels()
Clears the value of the "num_channels" field
public void ClearNumChannels()
ClearSampleRate()
Clears the value of the "sample_rate" field
public void ClearSampleRate()
ClearSize()
Clears the value of the "size" field
public void ClearSize()
Clone()
public ApmProcessStreamRequest Clone()
Returns
Equals(ApmProcessStreamRequest)
public bool Equals(ApmProcessStreamRequest other)
Parameters
otherApmProcessStreamRequest
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(ApmProcessStreamRequest)
public void MergeFrom(ApmProcessStreamRequest other)
Parameters
otherApmProcessStreamRequest
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream