Uses of Class
org.apache.plc4x.java.canopen.readwrite.NMTState
-
Packages that use NMTState Package Description org.apache.plc4x.java.canopen.readwrite -
-
Uses of NMTState in org.apache.plc4x.java.canopen.readwrite
Fields in org.apache.plc4x.java.canopen.readwrite declared as NMTState Modifier and Type Field Description protected NMTStateCANOpenHeartbeatPayload. stateMethods in org.apache.plc4x.java.canopen.readwrite that return NMTState Modifier and Type Method Description static NMTStateNMTState. enumForValue(short value)NMTStateCANOpenHeartbeatPayload. getState()static NMTStateNMTState. valueOf(String name)Returns the enum constant of this type with the specified name.static NMTState[]NMTState. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.plc4x.java.canopen.readwrite with parameters of type NMTState Constructor Description CANOpenHeartbeatPayload(NMTState state)CANOpenHeartbeatPayloadBuilderImpl(NMTState state)
-