Uses of Class
org.apache.plc4x.java.canopen.readwrite.SDORequestCommand
-
Packages that use SDORequestCommand Package Description org.apache.plc4x.java.canopen.readwrite -
-
Uses of SDORequestCommand in org.apache.plc4x.java.canopen.readwrite
Fields in org.apache.plc4x.java.canopen.readwrite declared as SDORequestCommand Modifier and Type Field Description protected SDORequestCommandCANOpenSDORequest. commandMethods in org.apache.plc4x.java.canopen.readwrite that return SDORequestCommand Modifier and Type Method Description static SDORequestCommandSDORequestCommand. enumForValue(byte value)SDORequestCommandCANOpenSDORequest. getCommand()SDORequestCommandSDOAbortRequest. getCommand()SDORequestCommandSDOBlockRequest. getCommand()SDORequestCommandSDOInitiateDownloadRequest. getCommand()SDORequestCommandSDOInitiateUploadRequest. getCommand()abstract SDORequestCommandSDORequest. getCommand()SDORequestCommandSDOSegmentDownloadRequest. getCommand()SDORequestCommandSDOSegmentUploadRequest. getCommand()static SDORequestCommandSDORequestCommand. valueOf(String name)Returns the enum constant of this type with the specified name.static SDORequestCommand[]SDORequestCommand. 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 SDORequestCommand Constructor Description CANOpenSDORequest(SDORequestCommand command, SDORequest request)CANOpenSDORequestBuilderImpl(SDORequestCommand command, SDORequest request)
-