Uses of Class
org.apache.plc4x.java.canopen.readwrite.CANOpenDataType
-
Packages that use CANOpenDataType Package Description org.apache.plc4x.java.canopen.api.conversation.canopen org.apache.plc4x.java.canopen.readwrite org.apache.plc4x.java.canopen.tag -
-
Uses of CANOpenDataType in org.apache.plc4x.java.canopen.api.conversation.canopen
Methods in org.apache.plc4x.java.canopen.api.conversation.canopen with parameters of type CANOpenDataType Modifier and Type Method Description protected PlcValueCANOpenConversationBase. decodeFrom(byte[] data, CANOpenDataType type, int length)Constructors in org.apache.plc4x.java.canopen.api.conversation.canopen with parameters of type CANOpenDataType 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 CANOpenDataType in org.apache.plc4x.java.canopen.readwrite
Methods in org.apache.plc4x.java.canopen.readwrite that return CANOpenDataType Modifier and Type Method Description static CANOpenDataTypeCANOpenDataType. enumForValue(long value)static CANOpenDataTypeCANOpenDataType. firstEnumForFieldNumBits(short fieldValue)static CANOpenDataTypeCANOpenDataType. firstEnumForFieldPlcValueName(String fieldValue)static CANOpenDataTypeCANOpenDataType. valueOf(String name)Returns the enum constant of this type with the specified name.static CANOpenDataType[]CANOpenDataType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.plc4x.java.canopen.readwrite that return types with arguments of type CANOpenDataType Modifier and Type Method Description static List<CANOpenDataType>CANOpenDataType. enumsForFieldNumBits(short fieldValue)static List<CANOpenDataType>CANOpenDataType. enumsForFieldPlcValueName(String fieldValue)Methods in org.apache.plc4x.java.canopen.readwrite with parameters of type CANOpenDataType Modifier and Type Method Description static intDataItem. getLengthInBits(PlcValue _value, CANOpenDataType dataType, Integer size)static intDataItem. getLengthInBytes(PlcValue _value, CANOpenDataType dataType, Integer size)static PlcValueDataItem. staticParse(ReadBuffer readBuffer, CANOpenDataType dataType, Integer size)static voidDataItem. staticSerialize(WriteBuffer writeBuffer, PlcValue _value, CANOpenDataType dataType, Integer size)static voidDataItem. staticSerialize(WriteBuffer writeBuffer, PlcValue _value, CANOpenDataType dataType, Integer size, ByteOrder byteOrder) -
Uses of CANOpenDataType in org.apache.plc4x.java.canopen.tag
Methods in org.apache.plc4x.java.canopen.tag that return CANOpenDataType Modifier and Type Method Description CANOpenDataTypeCANOpenPDOTag. getCanOpenDataType()CANOpenDataTypeCANOpenSDOTag. getCanOpenDataType()Constructors in org.apache.plc4x.java.canopen.tag with parameters of type CANOpenDataType Constructor Description CANOpenPDOTag(int node, CANOpenService service, CANOpenDataType canOpenDataType)CANOpenSDOTag(int node, int answerNode, short index, short subIndex, CANOpenDataType canOpenDataType)CANOpenSDOTag(int node, short index, short subIndex, CANOpenDataType canOpenDataType)
-