Package Arp.Io.Axioline.Services.Grpc
Class IAcyclicCommunicationServiceGrpc.IAcyclicCommunicationServiceBlockingStub
java.lang.Object
io.grpc.stub.AbstractStub<IAcyclicCommunicationServiceGrpc.IAcyclicCommunicationServiceBlockingStub>
io.grpc.stub.AbstractBlockingStub<IAcyclicCommunicationServiceGrpc.IAcyclicCommunicationServiceBlockingStub>
Arp.Io.Axioline.Services.Grpc.IAcyclicCommunicationServiceGrpc.IAcyclicCommunicationServiceBlockingStub
- Enclosing class:
IAcyclicCommunicationServiceGrpc
public static final class IAcyclicCommunicationServiceGrpc.IAcyclicCommunicationServiceBlockingStub
extends io.grpc.stub.AbstractBlockingStub<IAcyclicCommunicationServiceGrpc.IAcyclicCommunicationServiceBlockingStub>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateIAcyclicCommunicationServiceBlockingStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) -
Method Summary
Modifier and TypeMethodDescriptionbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) / <summary> / Read a PDI object from an axioline module (blocking mode) / </summary> / <param name="pdiParam"> / Structure with all parameter to address an object on a module to read from / <see cref="Arp.Device.Interface.Services.PdiParam" /></param> / <param name="data"> / Data that are read from the module / </param> / <returns> / Structure with error information / <see cref="Arp.Device.Interface.Services.PdiResult" /></returns>pdiWrite(IAcyclicCommunicationServiceOuterClass.IAcyclicCommunicationServicePdiWriteRequest request) / <summary> / Write a PDI object on an axioline module (blocking mode) / </summary> / <param name="pdiParam"> / Structure with all parameter to address an object on a module to write on / <see cref="Arp.Device.Interface.Services.PdiParam" /></param> / <param name="data"> / Data that shall be written on the module / </param> / <returns> / Structure with error information / <see cref="Arp.Device.Interface.Services.PdiResult" /></returns>Methods inherited from class io.grpc.stub.AbstractBlockingStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
Constructor Details
-
IAcyclicCommunicationServiceBlockingStub
private IAcyclicCommunicationServiceBlockingStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
-
-
Method Details
-
build
protected IAcyclicCommunicationServiceGrpc.IAcyclicCommunicationServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<IAcyclicCommunicationServiceGrpc.IAcyclicCommunicationServiceBlockingStub>
-
pdiRead
public IAcyclicCommunicationServiceOuterClass.IAcyclicCommunicationServicePdiReadResponse pdiRead(IAcyclicCommunicationServiceOuterClass.IAcyclicCommunicationServicePdiReadRequest request) / <summary> / Read a PDI object from an axioline module (blocking mode) / </summary> / <param name="pdiParam"> / Structure with all parameter to address an object on a module to read from / <see cref="Arp.Device.Interface.Services.PdiParam" /></param> / <param name="data"> / Data that are read from the module / </param> / <returns> / Structure with error information / <see cref="Arp.Device.Interface.Services.PdiResult" /></returns>
-
pdiWrite
public IAcyclicCommunicationServiceOuterClass.IAcyclicCommunicationServicePdiWriteResponse pdiWrite(IAcyclicCommunicationServiceOuterClass.IAcyclicCommunicationServicePdiWriteRequest request) / <summary> / Write a PDI object on an axioline module (blocking mode) / </summary> / <param name="pdiParam"> / Structure with all parameter to address an object on a module to write on / <see cref="Arp.Device.Interface.Services.PdiParam" /></param> / <param name="data"> / Data that shall be written on the module / </param> / <returns> / Structure with error information / <see cref="Arp.Device.Interface.Services.PdiResult" /></returns>
-