Uses of Class
org.apache.plc4x.java.canopen.readwrite.IndexAddress
-
Packages that use IndexAddress Package Description org.apache.plc4x.java.canopen.api.conversation.canopen org.apache.plc4x.java.canopen.readwrite -
-
Uses of IndexAddress in org.apache.plc4x.java.canopen.api.conversation.canopen
Constructors in org.apache.plc4x.java.canopen.api.conversation.canopen with parameters of type IndexAddress Constructor Description SDODownloadConversation(CANConversation delegate, int nodeId, int answerNodeId, IndexAddress indexAddress, PlcValue value, CANOpenDataType type)SDOUploadConversation(CANConversation delegate, int nodeId, int answerNodeId, IndexAddress address, CANOpenDataType type) -
Uses of IndexAddress in org.apache.plc4x.java.canopen.readwrite
Fields in org.apache.plc4x.java.canopen.readwrite declared as IndexAddress Modifier and Type Field Description protected IndexAddressCANOpenMPDO. addressprotected IndexAddressSDOAbort. addressprotected IndexAddressSDOInitiateDownloadRequest. addressprotected IndexAddressSDOInitiateDownloadResponse. addressprotected IndexAddressSDOInitiateUploadRequest. addressprotected IndexAddressSDOInitiateUploadResponse. addressprotected IndexAddressSDOSegment. addressMethods in org.apache.plc4x.java.canopen.readwrite that return IndexAddress Modifier and Type Method Description IndexAddressCANOpenMPDO. getAddress()IndexAddressSDOAbort. getAddress()IndexAddressSDOInitiateDownloadRequest. getAddress()IndexAddressSDOInitiateDownloadResponse. getAddress()IndexAddressSDOInitiateUploadRequest. getAddress()IndexAddressSDOInitiateUploadResponse. getAddress()IndexAddressSDOSegment. getAddress()static IndexAddressIndexAddress. staticParse(ReadBuffer readBuffer)static IndexAddressIndexAddress. staticParse(ReadBuffer readBuffer, Object... args)
-