Class PascalString
java.lang.Object
org.apache.plc4x.java.opcua.readwrite.PascalString
- All Implemented Interfaces:
Message,Serializable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintintintinthashCode()voidserialize(WriteBuffer writeBuffer) static PascalStringstaticParse(ReadBuffer readBuffer) static PascalStringstaticParse(ReadBuffer readBuffer, Object... args) toString()
-
Field Details
-
stringValue
-
-
Constructor Details
-
PascalString
-
-
Method Details
-
getStringValue
-
getStringLength
public int getStringLength() -
serialize
- Specified by:
serializein interfaceSerializable- Throws:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()- Specified by:
getLengthInBytesin interfaceMessage
-
getLengthInBits
public int getLengthInBits()- Specified by:
getLengthInBitsin interfaceMessage
-
staticParse
- Throws:
ParseException
-
staticParse
- Throws:
ParseException
-
equals
-
hashCode
public int hashCode() -
toString
-