Uses of Class
org.apache.plc4x.java.knxnetip.readwrite.HPAIControlEndpoint
-
Packages that use HPAIControlEndpoint Package Description org.apache.plc4x.java.knxnetip.readwrite -
-
Uses of HPAIControlEndpoint in org.apache.plc4x.java.knxnetip.readwrite
Fields in org.apache.plc4x.java.knxnetip.readwrite declared as HPAIControlEndpoint Modifier and Type Field Description protected HPAIControlEndpointConnectionStateRequest. hpaiControlEndpointprotected HPAIControlEndpointDescriptionRequest. hpaiControlEndpointprotected HPAIControlEndpointDisconnectRequest. hpaiControlEndpointprotected HPAIControlEndpointSearchResponse. hpaiControlEndpointMethods in org.apache.plc4x.java.knxnetip.readwrite that return HPAIControlEndpoint Modifier and Type Method Description HPAIControlEndpointConnectionStateRequest. getHpaiControlEndpoint()HPAIControlEndpointDescriptionRequest. getHpaiControlEndpoint()HPAIControlEndpointDisconnectRequest. getHpaiControlEndpoint()HPAIControlEndpointSearchResponse. 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 HPAIControlEndpoint Constructor Description ConnectionStateRequest(short communicationChannelId, HPAIControlEndpoint hpaiControlEndpoint)ConnectionStateRequestBuilderImpl(short communicationChannelId, HPAIControlEndpoint hpaiControlEndpoint)DescriptionRequest(HPAIControlEndpoint hpaiControlEndpoint)DescriptionRequestBuilderImpl(HPAIControlEndpoint hpaiControlEndpoint)DisconnectRequest(short communicationChannelId, HPAIControlEndpoint hpaiControlEndpoint)DisconnectRequestBuilderImpl(short communicationChannelId, HPAIControlEndpoint hpaiControlEndpoint)SearchResponse(HPAIControlEndpoint hpaiControlEndpoint, DIBDeviceInfo dibDeviceInfo, DIBSuppSvcFamilies dibSuppSvcFamilies)SearchResponseBuilderImpl(HPAIControlEndpoint hpaiControlEndpoint, DIBDeviceInfo dibDeviceInfo, DIBSuppSvcFamilies dibSuppSvcFamilies)
-