Package | Description |
---|---|
ola | |
ola.proto |
Modifier and Type | Method and Description |
---|---|
Ola.RDMResponse |
OlaClient.sendRDMCommand(Ola.UID uid,
int subDevice,
int paramId,
boolean isSet,
boolean includeRawResponse,
int universe,
short[] data)
Send RDM Command.
|
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<Ola.UID> |
Ola.UID.PARSER |
Modifier and Type | Method and Description |
---|---|
Ola.UID |
Ola.UID.Builder.build() |
Ola.UID |
Ola.UID.Builder.buildPartial() |
static Ola.UID |
Ola.UID.getDefaultInstance() |
Ola.UID |
Ola.UID.getDefaultInstanceForType() |
Ola.UID |
Ola.UID.Builder.getDefaultInstanceForType() |
Ola.UID |
Ola.RDMResponseOrBuilder.getDestUid()
optional .ola.proto.UID dest_uid = 10; |
Ola.UID |
Ola.RDMResponse.getDestUid()
optional .ola.proto.UID dest_uid = 10; |
Ola.UID |
Ola.RDMResponse.Builder.getDestUid()
optional .ola.proto.UID dest_uid = 10; |
Ola.UID |
Ola.RDMResponseOrBuilder.getSourceUid()
optional .ola.proto.UID source_uid = 9; |
Ola.UID |
Ola.RDMResponse.getSourceUid()
optional .ola.proto.UID source_uid = 9; |
Ola.UID |
Ola.RDMResponse.Builder.getSourceUid()
optional .ola.proto.UID source_uid = 9; |
Ola.UID |
Ola.RDMRequestOrBuilder.getUid()
required .ola.proto.UID uid = 2; |
Ola.UID |
Ola.RDMRequest.getUid()
required .ola.proto.UID uid = 2; |
Ola.UID |
Ola.RDMRequest.Builder.getUid()
required .ola.proto.UID uid = 2; |
Ola.UID |
Ola.RDMDiscoveryRequestOrBuilder.getUid()
required .ola.proto.UID uid = 2; |
Ola.UID |
Ola.RDMDiscoveryRequest.getUid()
required .ola.proto.UID uid = 2; |
Ola.UID |
Ola.RDMDiscoveryRequest.Builder.getUid()
required .ola.proto.UID uid = 2; |
Ola.UID |
Ola.UIDListReplyOrBuilder.getUid(int index)
repeated .ola.proto.UID uid = 2; |
Ola.UID |
Ola.UIDListReply.getUid(int index)
repeated .ola.proto.UID uid = 2; |
Ola.UID |
Ola.UIDListReply.Builder.getUid(int index)
repeated .ola.proto.UID uid = 2; |
static Ola.UID |
Ola.UID.parseDelimitedFrom(InputStream input) |
static Ola.UID |
Ola.UID.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Ola.UID |
Ola.UID.parseFrom(byte[] data) |
static Ola.UID |
Ola.UID.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Ola.UID |
Ola.UID.parseFrom(com.google.protobuf.ByteString data) |
static Ola.UID |
Ola.UID.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Ola.UID |
Ola.UID.parseFrom(com.google.protobuf.CodedInputStream input) |
static Ola.UID |
Ola.UID.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Ola.UID |
Ola.UID.parseFrom(InputStream input) |
static Ola.UID |
Ola.UID.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Ola.UID> |
Ola.UID.getParserForType() |
List<Ola.UID> |
Ola.UIDListReplyOrBuilder.getUidList()
repeated .ola.proto.UID uid = 2; |
List<Ola.UID> |
Ola.UIDListReply.getUidList()
repeated .ola.proto.UID uid = 2; |
List<Ola.UID> |
Ola.UIDListReply.Builder.getUidList()
repeated .ola.proto.UID uid = 2; |
Modifier and Type | Method and Description |
---|---|
Ola.UIDListReply.Builder |
Ola.UIDListReply.Builder.addUid(int index,
Ola.UID value)
repeated .ola.proto.UID uid = 2; |
Ola.UIDListReply.Builder |
Ola.UIDListReply.Builder.addUid(Ola.UID value)
repeated .ola.proto.UID uid = 2; |
Ola.RDMResponse.Builder |
Ola.RDMResponse.Builder.mergeDestUid(Ola.UID value)
optional .ola.proto.UID dest_uid = 10; |
Ola.UID.Builder |
Ola.UID.Builder.mergeFrom(Ola.UID other) |
Ola.RDMResponse.Builder |
Ola.RDMResponse.Builder.mergeSourceUid(Ola.UID value)
optional .ola.proto.UID source_uid = 9; |
Ola.RDMRequest.Builder |
Ola.RDMRequest.Builder.mergeUid(Ola.UID value)
required .ola.proto.UID uid = 2; |
Ola.RDMDiscoveryRequest.Builder |
Ola.RDMDiscoveryRequest.Builder.mergeUid(Ola.UID value)
required .ola.proto.UID uid = 2; |
static Ola.UID.Builder |
Ola.UID.newBuilder(Ola.UID prototype) |
Ola.RDMResponse.Builder |
Ola.RDMResponse.Builder.setDestUid(Ola.UID value)
optional .ola.proto.UID dest_uid = 10; |
Ola.RDMResponse.Builder |
Ola.RDMResponse.Builder.setSourceUid(Ola.UID value)
optional .ola.proto.UID source_uid = 9; |
Ola.Ack |
Ola.OlaServerService.BlockingInterface.setSourceUID(com.google.protobuf.RpcController controller,
Ola.UID request) |
abstract void |
Ola.OlaServerService.setSourceUID(com.google.protobuf.RpcController controller,
Ola.UID request,
com.google.protobuf.RpcCallback<Ola.Ack> done)
rpc SetSourceUID(.ola.proto.UID) returns (.ola.proto.Ack); |
void |
Ola.OlaServerService.Interface.setSourceUID(com.google.protobuf.RpcController controller,
Ola.UID request,
com.google.protobuf.RpcCallback<Ola.Ack> done)
rpc SetSourceUID(.ola.proto.UID) returns (.ola.proto.Ack); |
void |
Ola.OlaServerService.Stub.setSourceUID(com.google.protobuf.RpcController controller,
Ola.UID request,
com.google.protobuf.RpcCallback<Ola.Ack> done) |
Ola.UIDListReply.Builder |
Ola.UIDListReply.Builder.setUid(int index,
Ola.UID value)
repeated .ola.proto.UID uid = 2; |
Ola.RDMRequest.Builder |
Ola.RDMRequest.Builder.setUid(Ola.UID value)
required .ola.proto.UID uid = 2; |
Ola.RDMDiscoveryRequest.Builder |
Ola.RDMDiscoveryRequest.Builder.setUid(Ola.UID value)
required .ola.proto.UID uid = 2; |
Modifier and Type | Method and Description |
---|---|
Ola.UIDListReply.Builder |
Ola.UIDListReply.Builder.addAllUid(Iterable<? extends Ola.UID> values)
repeated .ola.proto.UID uid = 2; |
Copyright © 2016. All rights reserved.