Class NetworkConnectionParameters
- java.lang.Object
-
- org.apache.plc4x.java.eip.readwrite.NetworkConnectionParameters
-
- All Implemented Interfaces:
Message,Serializable
public class NetworkConnectionParameters extends Object implements Message
-
-
Field Summary
Fields Modifier and Type Field Description protected intconnectionSizeprotected booleanconnectionSizeTypeprotected byteconnectionTypeprotected booleanownerprotected bytepriority
-
Constructor Summary
Constructors Constructor Description NetworkConnectionParameters(int connectionSize, boolean owner, byte connectionType, byte priority, boolean connectionSizeType)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)intgetConnectionSize()booleangetConnectionSizeType()bytegetConnectionType()intgetLengthInBits()intgetLengthInBytes()booleangetOwner()bytegetPriority()inthashCode()voidserialize(WriteBuffer writeBuffer)static NetworkConnectionParametersstaticParse(ReadBuffer readBuffer)static NetworkConnectionParametersstaticParse(ReadBuffer readBuffer, Object... args)StringtoString()
-
-
-
Method Detail
-
getConnectionSize
public int getConnectionSize()
-
getOwner
public boolean getOwner()
-
getConnectionType
public byte getConnectionType()
-
getPriority
public byte getPriority()
-
getConnectionSizeType
public boolean getConnectionSizeType()
-
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 NetworkConnectionParameters staticParse(ReadBuffer readBuffer, Object... args) throws ParseException
- Throws:
ParseException
-
staticParse
public static NetworkConnectionParameters staticParse(ReadBuffer readBuffer) throws ParseException
- Throws:
ParseException
-
-