Uses of Class
org.apache.plc4x.java.s7.netty.model.types.SslId
| Package | Description |
|---|---|
| org.apache.plc4x.java.s7.netty.model.payloads | |
| org.apache.plc4x.java.s7.netty.model.types |
-
Uses of SslId in org.apache.plc4x.java.s7.netty.model.payloads
Methods in org.apache.plc4x.java.s7.netty.model.payloads that return SslId Modifier and Type Method Description SslIdCpuServicesPayload. getSslId()Constructors in org.apache.plc4x.java.s7.netty.model.payloads with parameters of type SslId Constructor Description CpuServicesPayload(DataTransportErrorCode returnCode, SslId sslId, short sslIndex)CpuServicesPayload(DataTransportErrorCode returnCode, SslId sslId, short sslIndex, List<SslDataRecord> sslDataRecords) -
Uses of SslId in org.apache.plc4x.java.s7.netty.model.types
Methods in org.apache.plc4x.java.s7.netty.model.types that return SslId Modifier and Type Method Description static SslIdSslId. valueOf(short code)Returns the enum constant of this type with the specified name.static SslIdSslId. valueOf(String name)Returns the enum constant of this type with the specified name.static SslId[]SslId. values()Returns an array containing the constants of this enum type, in the order they are declared.