Class SDOAbort
- java.lang.Object
-
- org.apache.plc4x.java.canopen.readwrite.SDOAbort
-
- All Implemented Interfaces:
Message,Serializable
public class SDOAbort extends Object implements Message
-
-
Field Summary
Fields Modifier and Type Field Description protected IndexAddressaddressprotected longcode
-
Constructor Summary
Constructors Constructor Description SDOAbort(IndexAddress address, long code)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IndexAddressgetAddress()longgetCode()intgetLengthInBits()intgetLengthInBytes()inthashCode()voidserialize(WriteBuffer writeBuffer)static SDOAbortstaticParse(ReadBuffer readBuffer)static SDOAbortstaticParse(ReadBuffer readBuffer, Object... args)StringtoString()
-
-
-
Field Detail
-
address
protected final IndexAddress address
-
code
protected final long code
-
-
Constructor Detail
-
SDOAbort
public SDOAbort(IndexAddress address, long code)
-
-
Method Detail
-
getAddress
public IndexAddress getAddress()
-
getCode
public long getCode()
-
serialize
public void serialize(WriteBuffer writeBuffer) throws SerializationException
- Specified by:
serializein interfaceSerializable- Throws:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()
- Specified by:
getLengthInBytesin interfaceMessage
-
getLengthInBits
public int getLengthInBits()
- Specified by:
getLengthInBitsin interfaceMessage
-
staticParse
public static SDOAbort staticParse(ReadBuffer readBuffer, Object... args) throws ParseException
- Throws:
ParseException
-
staticParse
public static SDOAbort staticParse(ReadBuffer readBuffer) throws ParseException
- Throws:
ParseException
-
-