Class HPAIDiscoveryEndpoint
java.lang.Object
org.apache.plc4x.java.knxnetip.readwrite.HPAIDiscoveryEndpoint
- All Implemented Interfaces:
Message,Serializable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final HostProtocolCodeprotected final IPAddressprotected final int -
Constructor Summary
ConstructorsConstructorDescriptionHPAIDiscoveryEndpoint(HostProtocolCode hostProtocolCode, IPAddress ipAddress, int ipPort) -
Method Summary
Modifier and TypeMethodDescriptionbooleanintintintinthashCode()voidserialize(WriteBuffer writeBuffer) static HPAIDiscoveryEndpointstaticParse(ReadBuffer readBuffer) static HPAIDiscoveryEndpointstaticParse(ReadBuffer readBuffer, Object... args) toString()
-
Field Details
-
hostProtocolCode
-
ipAddress
-
ipPort
protected final int ipPort
-
-
Constructor Details
-
HPAIDiscoveryEndpoint
-
-
Method Details
-
getHostProtocolCode
-
getIpAddress
-
getIpPort
public int getIpPort() -
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 HPAIDiscoveryEndpoint staticParse(ReadBuffer readBuffer, Object... args) throws ParseException - Throws:
ParseException
-
staticParse
- Throws:
ParseException
-
equals
-
hashCode
public int hashCode() -
toString
-