Package Arp.Io.Axioline.Services.Grpc
Class IAcyclicCommunicationServiceGrpc.IAcyclicCommunicationServiceStub
java.lang.Object
io.grpc.stub.AbstractStub<IAcyclicCommunicationServiceGrpc.IAcyclicCommunicationServiceStub>
io.grpc.stub.AbstractAsyncStub<IAcyclicCommunicationServiceGrpc.IAcyclicCommunicationServiceStub>
Arp.Io.Axioline.Services.Grpc.IAcyclicCommunicationServiceGrpc.IAcyclicCommunicationServiceStub
- Enclosing class:
IAcyclicCommunicationServiceGrpc
public static final class IAcyclicCommunicationServiceGrpc.IAcyclicCommunicationServiceStub
extends io.grpc.stub.AbstractAsyncStub<IAcyclicCommunicationServiceGrpc.IAcyclicCommunicationServiceStub>
-
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
ConstructorsModifierConstructorDescriptionprivateIAcyclicCommunicationServiceStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) -
Method Summary
Modifier and TypeMethodDescriptionbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) voidpdiRead(IAcyclicCommunicationServiceOuterClass.IAcyclicCommunicationServicePdiReadRequest request, io.grpc.stub.StreamObserver<IAcyclicCommunicationServiceOuterClass.IAcyclicCommunicationServicePdiReadResponse> responseObserver) / <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>voidpdiWrite(IAcyclicCommunicationServiceOuterClass.IAcyclicCommunicationServicePdiWriteRequest request, io.grpc.stub.StreamObserver<IAcyclicCommunicationServiceOuterClass.IAcyclicCommunicationServicePdiWriteResponse> responseObserver) / <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.AbstractAsyncStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
Constructor Details
-
IAcyclicCommunicationServiceStub
private IAcyclicCommunicationServiceStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
-
-
Method Details
-
build
protected IAcyclicCommunicationServiceGrpc.IAcyclicCommunicationServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<IAcyclicCommunicationServiceGrpc.IAcyclicCommunicationServiceStub>
-
pdiRead
public void pdiRead(IAcyclicCommunicationServiceOuterClass.IAcyclicCommunicationServicePdiReadRequest request, io.grpc.stub.StreamObserver<IAcyclicCommunicationServiceOuterClass.IAcyclicCommunicationServicePdiReadResponse> responseObserver) / <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 void pdiWrite(IAcyclicCommunicationServiceOuterClass.IAcyclicCommunicationServicePdiWriteRequest request, io.grpc.stub.StreamObserver<IAcyclicCommunicationServiceOuterClass.IAcyclicCommunicationServicePdiWriteResponse> responseObserver) / <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>
-