Uses of Class
org.apache.plc4x.java.knxnetip.readwrite.HPAIControlEndpoint
Packages that use HPAIControlEndpoint
-
Uses of HPAIControlEndpoint in org.apache.plc4x.java.knxnetip.readwrite
Fields in org.apache.plc4x.java.knxnetip.readwrite declared as HPAIControlEndpointModifier and TypeFieldDescriptionprotected final HPAIControlEndpointConnectionStateRequest.hpaiControlEndpointprotected final HPAIControlEndpointDescriptionRequest.hpaiControlEndpointprotected final HPAIControlEndpointDisconnectRequest.hpaiControlEndpointprotected final HPAIControlEndpointSearchResponse.hpaiControlEndpointMethods in org.apache.plc4x.java.knxnetip.readwrite that return HPAIControlEndpointModifier and TypeMethodDescriptionConnectionStateRequest.getHpaiControlEndpoint()DescriptionRequest.getHpaiControlEndpoint()DisconnectRequest.getHpaiControlEndpoint()SearchResponse.getHpaiControlEndpoint()static HPAIControlEndpointHPAIControlEndpoint.staticParse(ReadBuffer readBuffer) static HPAIControlEndpointHPAIControlEndpoint.staticParse(ReadBuffer readBuffer, Object... args) Constructors in org.apache.plc4x.java.knxnetip.readwrite with parameters of type HPAIControlEndpointModifierConstructorDescriptionConnectionStateRequest(short communicationChannelId, HPAIControlEndpoint hpaiControlEndpoint) ConnectionStateRequestBuilder(short communicationChannelId, HPAIControlEndpoint hpaiControlEndpoint, Short reservedField0) DescriptionRequest(HPAIControlEndpoint hpaiControlEndpoint) DescriptionRequestBuilder(HPAIControlEndpoint hpaiControlEndpoint) DisconnectRequest(short communicationChannelId, HPAIControlEndpoint hpaiControlEndpoint) DisconnectRequestBuilder(short communicationChannelId, HPAIControlEndpoint hpaiControlEndpoint, Short reservedField0) SearchResponse(HPAIControlEndpoint hpaiControlEndpoint, DIBDeviceInfo dibDeviceInfo, DIBSuppSvcFamilies dibSuppSvcFamilies) SearchResponseBuilder(HPAIControlEndpoint hpaiControlEndpoint, DIBDeviceInfo dibDeviceInfo, DIBSuppSvcFamilies dibSuppSvcFamilies)