Uses of Class
org.apache.plc4x.java.eip.readwrite.TypeId
-
Packages that use TypeId Package Description org.apache.plc4x.java.eip.readwrite -
-
Uses of TypeId in org.apache.plc4x.java.eip.readwrite
Subclasses of TypeId in org.apache.plc4x.java.eip.readwrite Modifier and Type Class Description classConnectedAddressItemclassConnectedDataItemclassNullAddressItemclassServicesResponseclassUnConnectedDataItemFields in org.apache.plc4x.java.eip.readwrite with type parameters of type TypeId Modifier and Type Field Description protected List<TypeId>CipRRData. typeIdsprotected List<TypeId>ListServicesResponse. typeIdsprotected List<TypeId>SendUnitData. typeIdsMethods in org.apache.plc4x.java.eip.readwrite that return TypeId Modifier and Type Method Description TypeIdTypeId.TypeIdBuilder. build()static TypeIdTypeId. staticParse(ReadBuffer readBuffer)static TypeIdTypeId. staticParse(ReadBuffer readBuffer, Object... args)Methods in org.apache.plc4x.java.eip.readwrite that return types with arguments of type TypeId Modifier and Type Method Description List<TypeId>CipRRData. getTypeIds()List<TypeId>ListServicesResponse. getTypeIds()List<TypeId>SendUnitData. getTypeIds()Constructor parameters in org.apache.plc4x.java.eip.readwrite with type arguments of type TypeId Constructor Description CipRRData(long sessionHandle, long status, byte[] senderContext, long options, long interfaceHandle, int timeout, List<TypeId> typeIds)CipRRDataBuilderImpl(long interfaceHandle, int timeout, List<TypeId> typeIds)ListServicesResponse(long sessionHandle, long status, byte[] senderContext, long options, List<TypeId> typeIds)ListServicesResponseBuilderImpl(List<TypeId> typeIds)SendUnitData(long sessionHandle, long status, byte[] senderContext, long options, int timeout, List<TypeId> typeIds)SendUnitDataBuilderImpl(int timeout, List<TypeId> typeIds)
-