public static interface Ola.RDMResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Ola.RDMCommandClass |
getCommandClass()
optional .ola.proto.RDMCommandClass command_class = 6; |
com.google.protobuf.ByteString |
getData()
optional bytes data = 4 [default = ""]; |
Ola.UID |
getDestUid()
optional .ola.proto.UID dest_uid = 10; |
Ola.UIDOrBuilder |
getDestUidOrBuilder()
optional .ola.proto.UID dest_uid = 10; |
int |
getMessageCount()
optional uint32 message_count = 3 [default = 0]; |
int |
getParamId()
optional uint32 param_id = 5; |
Ola.RDMFrame |
getRawFrame(int index)
repeated .ola.proto.RDMFrame raw_frame = 12; |
int |
getRawFrameCount()
repeated .ola.proto.RDMFrame raw_frame = 12; |
List<Ola.RDMFrame> |
getRawFrameList()
repeated .ola.proto.RDMFrame raw_frame = 12; |
Ola.RDMFrameOrBuilder |
getRawFrameOrBuilder(int index)
repeated .ola.proto.RDMFrame raw_frame = 12; |
List<? extends Ola.RDMFrameOrBuilder> |
getRawFrameOrBuilderList()
repeated .ola.proto.RDMFrame raw_frame = 12; |
com.google.protobuf.ByteString |
getRawResponse(int index)
repeated bytes raw_response = 8; |
int |
getRawResponseCount()
repeated bytes raw_response = 8; |
List<com.google.protobuf.ByteString> |
getRawResponseList()
repeated bytes raw_response = 8; |
Ola.RDMResponseCode |
getResponseCode()
required .ola.proto.RDMResponseCode response_code = 1; |
Ola.RDMResponseType |
getResponseType()
optional .ola.proto.RDMResponseType response_type = 2; |
Ola.UID |
getSourceUid()
optional .ola.proto.UID source_uid = 9; |
Ola.UIDOrBuilder |
getSourceUidOrBuilder()
optional .ola.proto.UID source_uid = 9; |
int |
getSubDevice()
optional uint32 sub_device = 7; |
int |
getTransactionNumber()
optional int32 transaction_number = 11; |
boolean |
hasCommandClass()
optional .ola.proto.RDMCommandClass command_class = 6; |
boolean |
hasData()
optional bytes data = 4 [default = ""]; |
boolean |
hasDestUid()
optional .ola.proto.UID dest_uid = 10; |
boolean |
hasMessageCount()
optional uint32 message_count = 3 [default = 0]; |
boolean |
hasParamId()
optional uint32 param_id = 5; |
boolean |
hasResponseCode()
required .ola.proto.RDMResponseCode response_code = 1; |
boolean |
hasResponseType()
optional .ola.proto.RDMResponseType response_type = 2; |
boolean |
hasSourceUid()
optional .ola.proto.UID source_uid = 9; |
boolean |
hasSubDevice()
optional uint32 sub_device = 7; |
boolean |
hasTransactionNumber()
optional int32 transaction_number = 11; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasResponseCode()
required .ola.proto.RDMResponseCode response_code = 1;
Ola.RDMResponseCode getResponseCode()
required .ola.proto.RDMResponseCode response_code = 1;
boolean hasSourceUid()
optional .ola.proto.UID source_uid = 9;
Ola.UID getSourceUid()
optional .ola.proto.UID source_uid = 9;
Ola.UIDOrBuilder getSourceUidOrBuilder()
optional .ola.proto.UID source_uid = 9;
boolean hasDestUid()
optional .ola.proto.UID dest_uid = 10;
Ola.UID getDestUid()
optional .ola.proto.UID dest_uid = 10;
Ola.UIDOrBuilder getDestUidOrBuilder()
optional .ola.proto.UID dest_uid = 10;
boolean hasTransactionNumber()
optional int32 transaction_number = 11;
int getTransactionNumber()
optional int32 transaction_number = 11;
boolean hasResponseType()
optional .ola.proto.RDMResponseType response_type = 2;
ACK, NACK or TIMER
Ola.RDMResponseType getResponseType()
optional .ola.proto.RDMResponseType response_type = 2;
ACK, NACK or TIMER
boolean hasMessageCount()
optional uint32 message_count = 3 [default = 0];
int getMessageCount()
optional uint32 message_count = 3 [default = 0];
boolean hasSubDevice()
optional uint32 sub_device = 7;
the sub device
int getSubDevice()
optional uint32 sub_device = 7;
the sub device
boolean hasCommandClass()
optional .ola.proto.RDMCommandClass command_class = 6;
the command class
Ola.RDMCommandClass getCommandClass()
optional .ola.proto.RDMCommandClass command_class = 6;
the command class
boolean hasParamId()
optional uint32 param_id = 5;
the param id, required for queued messages
int getParamId()
optional uint32 param_id = 5;
the param id, required for queued messages
boolean hasData()
optional bytes data = 4 [default = ""];
0 - 231 bytes
com.google.protobuf.ByteString getData()
optional bytes data = 4 [default = ""];
0 - 231 bytes
List<com.google.protobuf.ByteString> getRawResponseList()
repeated bytes raw_response = 8;
deprecated
int getRawResponseCount()
repeated bytes raw_response = 8;
deprecated
com.google.protobuf.ByteString getRawResponse(int index)
repeated bytes raw_response = 8;
deprecated
List<Ola.RDMFrame> getRawFrameList()
repeated .ola.proto.RDMFrame raw_frame = 12;
Ola.RDMFrame getRawFrame(int index)
repeated .ola.proto.RDMFrame raw_frame = 12;
int getRawFrameCount()
repeated .ola.proto.RDMFrame raw_frame = 12;
List<? extends Ola.RDMFrameOrBuilder> getRawFrameOrBuilderList()
repeated .ola.proto.RDMFrame raw_frame = 12;
Ola.RDMFrameOrBuilder getRawFrameOrBuilder(int index)
repeated .ola.proto.RDMFrame raw_frame = 12;
Copyright © 2017. All rights reserved.