Uses of Class
org.apache.plc4x.java.eip.readwrite.CipService
-
Packages that use CipService Package Description org.apache.plc4x.java.eip.readwrite -
-
Uses of CipService in org.apache.plc4x.java.eip.readwrite
Subclasses of CipService in org.apache.plc4x.java.eip.readwrite Modifier and Type Class Description classCipConnectedRequestclassCipConnectedResponseclassCipConnectionManagerCloseRequestclassCipConnectionManagerCloseResponseclassCipConnectionManagerRequestclassCipConnectionManagerResponseclassCipReadRequestclassCipReadResponseclassCipUnconnectedRequestclassCipWriteRequestclassCipWriteResponseclassGetAttributeAllRequestclassGetAttributeAllResponseclassGetAttributeListRequestclassGetAttributeListResponseclassGetAttributeSingleRequestclassGetAttributeSingleResponseclassMultipleServiceRequestclassMultipleServiceResponseclassSetAttributeAllRequestclassSetAttributeAllResponseclassSetAttributeListRequestclassSetAttributeListResponseclassSetAttributeSingleRequestclassSetAttributeSingleResponseFields in org.apache.plc4x.java.eip.readwrite declared as CipService Modifier and Type Field Description protected CipServiceConnectedDataItem. serviceprotected CipServiceUnConnectedDataItem. serviceprotected CipServiceCipUnconnectedRequest. unconnectedServiceFields in org.apache.plc4x.java.eip.readwrite with type parameters of type CipService Modifier and Type Field Description protected List<CipService>Services. servicesMethods in org.apache.plc4x.java.eip.readwrite that return CipService Modifier and Type Method Description CipServiceCipService.CipServiceBuilder. build()CipServiceConnectedDataItem. getService()CipServiceUnConnectedDataItem. getService()CipServiceCipUnconnectedRequest. getUnconnectedService()static CipServiceCipService. staticParse(ReadBuffer readBuffer, Boolean connected, Integer serviceLen)static CipServiceCipService. staticParse(ReadBuffer readBuffer, Object... args)Methods in org.apache.plc4x.java.eip.readwrite that return types with arguments of type CipService Modifier and Type Method Description List<CipService>Services. getServices()Constructors in org.apache.plc4x.java.eip.readwrite with parameters of type CipService Constructor Description CipUnconnectedRequest(PathSegment classSegment, PathSegment instanceSegment, CipService unconnectedService, byte backPlane, byte slot)CipUnconnectedRequestBuilderImpl(PathSegment classSegment, PathSegment instanceSegment, CipService unconnectedService, byte backPlane, byte slot)ConnectedDataItem(int sequenceCount, CipService service)ConnectedDataItemBuilderImpl(int sequenceCount, CipService service)UnConnectedDataItem(CipService service)UnConnectedDataItemBuilderImpl(CipService service)
-