Class ContinuationPoint
java.lang.Object
org.apache.plc4x.java.opcua.readwrite.ContinuationPoint
- All Implemented Interfaces:
Message,Serializable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintintinthashCode()voidserialize(WriteBuffer writeBuffer) static ContinuationPointstaticParse(ReadBuffer readBuffer) static ContinuationPointstaticParse(ReadBuffer readBuffer, Object... args) toString()
-
Constructor Details
-
ContinuationPoint
public ContinuationPoint()
-
-
Method Details
-
serialize
- 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 ContinuationPoint staticParse(ReadBuffer readBuffer, Object... args) throws ParseException - Throws:
ParseException
-
staticParse
- Throws:
ParseException
-
equals
-
hashCode
public int hashCode() -
toString
-