Class ExtensionHeader
java.lang.Object
org.apache.plc4x.java.opcua.readwrite.ExtensionHeader
- All Implemented Interfaces:
Message,Serializable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final booleanprotected final boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanintintbooleaninthashCode()voidserialize(WriteBuffer writeBuffer) static ExtensionHeaderstaticParse(ReadBuffer readBuffer) static ExtensionHeaderstaticParse(ReadBuffer readBuffer, Object... args) toString()
-
Field Details
-
xmlbody
protected final boolean xmlbody -
binaryBody
protected final boolean binaryBody
-
-
Constructor Details
-
ExtensionHeader
public ExtensionHeader(boolean xmlbody, boolean binaryBody)
-
-
Method Details
-
getXmlbody
public boolean getXmlbody() -
getBinaryBody
public boolean getBinaryBody() -
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 ExtensionHeader staticParse(ReadBuffer readBuffer, Object... args) throws ParseException - Throws:
ParseException
-
staticParse
- Throws:
ParseException
-
equals
-
hashCode
public int hashCode() -
toString
-