Uses of Class
Arp.Io.Axioline.Services.Grpc.IAxioMasterServiceOuterClass.IAxioMasterServiceReadConfigurationRequest
Packages that use IAxioMasterServiceOuterClass.IAxioMasterServiceReadConfigurationRequest
-
Uses of IAxioMasterServiceOuterClass.IAxioMasterServiceReadConfigurationRequest in Arp.Io.Axioline.Services.Grpc
Fields in Arp.Io.Axioline.Services.Grpc declared as IAxioMasterServiceOuterClass.IAxioMasterServiceReadConfigurationRequestModifier and TypeFieldDescriptionprivate static final IAxioMasterServiceOuterClass.IAxioMasterServiceReadConfigurationRequestIAxioMasterServiceOuterClass.IAxioMasterServiceReadConfigurationRequest.DEFAULT_INSTANCEFields in Arp.Io.Axioline.Services.Grpc with type parameters of type IAxioMasterServiceOuterClass.IAxioMasterServiceReadConfigurationRequestModifier and TypeFieldDescriptionprivate static io.grpc.MethodDescriptor<IAxioMasterServiceOuterClass.IAxioMasterServiceReadConfigurationRequest, IAxioMasterServiceOuterClass.IAxioMasterServiceReadConfigurationResponse> IAxioMasterServiceGrpc.getReadConfigurationMethodprivate static final com.google.protobuf.Parser<IAxioMasterServiceOuterClass.IAxioMasterServiceReadConfigurationRequest> IAxioMasterServiceOuterClass.IAxioMasterServiceReadConfigurationRequest.PARSERMethods in Arp.Io.Axioline.Services.Grpc that return IAxioMasterServiceOuterClass.IAxioMasterServiceReadConfigurationRequestModifier and TypeMethodDescriptionIAxioMasterServiceOuterClass.IAxioMasterServiceReadConfigurationRequest.Builder.build()IAxioMasterServiceOuterClass.IAxioMasterServiceReadConfigurationRequest.Builder.buildPartial()IAxioMasterServiceOuterClass.IAxioMasterServiceReadConfigurationRequest.getDefaultInstance()IAxioMasterServiceOuterClass.IAxioMasterServiceReadConfigurationRequest.Builder.getDefaultInstanceForType()IAxioMasterServiceOuterClass.IAxioMasterServiceReadConfigurationRequest.getDefaultInstanceForType()IAxioMasterServiceOuterClass.IAxioMasterServiceReadConfigurationRequest.parseDelimitedFrom(InputStream input) IAxioMasterServiceOuterClass.IAxioMasterServiceReadConfigurationRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) IAxioMasterServiceOuterClass.IAxioMasterServiceReadConfigurationRequest.parseFrom(byte[] data) IAxioMasterServiceOuterClass.IAxioMasterServiceReadConfigurationRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) IAxioMasterServiceOuterClass.IAxioMasterServiceReadConfigurationRequest.parseFrom(com.google.protobuf.ByteString data) IAxioMasterServiceOuterClass.IAxioMasterServiceReadConfigurationRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) IAxioMasterServiceOuterClass.IAxioMasterServiceReadConfigurationRequest.parseFrom(com.google.protobuf.CodedInputStream input) IAxioMasterServiceOuterClass.IAxioMasterServiceReadConfigurationRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) IAxioMasterServiceOuterClass.IAxioMasterServiceReadConfigurationRequest.parseFrom(InputStream input) IAxioMasterServiceOuterClass.IAxioMasterServiceReadConfigurationRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) IAxioMasterServiceOuterClass.IAxioMasterServiceReadConfigurationRequest.parseFrom(ByteBuffer data) IAxioMasterServiceOuterClass.IAxioMasterServiceReadConfigurationRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in Arp.Io.Axioline.Services.Grpc that return types with arguments of type IAxioMasterServiceOuterClass.IAxioMasterServiceReadConfigurationRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<IAxioMasterServiceOuterClass.IAxioMasterServiceReadConfigurationRequest> IAxioMasterServiceOuterClass.IAxioMasterServiceReadConfigurationRequest.getParserForType()static io.grpc.MethodDescriptor<IAxioMasterServiceOuterClass.IAxioMasterServiceReadConfigurationRequest, IAxioMasterServiceOuterClass.IAxioMasterServiceReadConfigurationResponse> IAxioMasterServiceGrpc.getReadConfigurationMethod()static com.google.protobuf.Parser<IAxioMasterServiceOuterClass.IAxioMasterServiceReadConfigurationRequest> IAxioMasterServiceOuterClass.IAxioMasterServiceReadConfigurationRequest.parser()Methods in Arp.Io.Axioline.Services.Grpc with parameters of type IAxioMasterServiceOuterClass.IAxioMasterServiceReadConfigurationRequestModifier and TypeMethodDescriptionIAxioMasterServiceOuterClass.IAxioMasterServiceReadConfigurationRequest.Builder.mergeFrom(IAxioMasterServiceOuterClass.IAxioMasterServiceReadConfigurationRequest other) IAxioMasterServiceOuterClass.IAxioMasterServiceReadConfigurationRequest.newBuilder(IAxioMasterServiceOuterClass.IAxioMasterServiceReadConfigurationRequest prototype) IAxioMasterServiceGrpc.IAxioMasterServiceBlockingStub.readConfiguration(IAxioMasterServiceOuterClass.IAxioMasterServiceReadConfigurationRequest request) / <summary> / Read current configuration / </summary> / <param name="frameReference"> / Frame reference / </param> / <param name="configuration"> / Configuration of AXIO device / <see cref="Arp.Device.Interface.Services.AxioDeviceConfiguration" /></param> / <returns> / Structure with error information.com.google.common.util.concurrent.ListenableFuture<IAxioMasterServiceOuterClass.IAxioMasterServiceReadConfigurationResponse> IAxioMasterServiceGrpc.IAxioMasterServiceFutureStub.readConfiguration(IAxioMasterServiceOuterClass.IAxioMasterServiceReadConfigurationRequest request) / <summary> / Read current configuration / </summary> / <param name="frameReference"> / Frame reference / </param> / <param name="configuration"> / Configuration of AXIO device / <see cref="Arp.Device.Interface.Services.AxioDeviceConfiguration" /></param> / <returns> / Structure with error information.voidIAxioMasterServiceGrpc.IAxioMasterServiceImplBase.readConfiguration(IAxioMasterServiceOuterClass.IAxioMasterServiceReadConfigurationRequest request, io.grpc.stub.StreamObserver<IAxioMasterServiceOuterClass.IAxioMasterServiceReadConfigurationResponse> responseObserver) / <summary> / Read current configuration / </summary> / <param name="frameReference"> / Frame reference / </param> / <param name="configuration"> / Configuration of AXIO device / <see cref="Arp.Device.Interface.Services.AxioDeviceConfiguration" /></param> / <returns> / Structure with error information.voidIAxioMasterServiceGrpc.IAxioMasterServiceStub.readConfiguration(IAxioMasterServiceOuterClass.IAxioMasterServiceReadConfigurationRequest request, io.grpc.stub.StreamObserver<IAxioMasterServiceOuterClass.IAxioMasterServiceReadConfigurationResponse> responseObserver) / <summary> / Read current configuration / </summary> / <param name="frameReference"> / Frame reference / </param> / <param name="configuration"> / Configuration of AXIO device / <see cref="Arp.Device.Interface.Services.AxioDeviceConfiguration" /></param> / <returns> / Structure with error information.