mirror of
https://github.com/thelsing/knx.git
synced 2025-08-13 13:46:20 +02:00
Remove commented unused code
This commit is contained in:
parent
bc9f09a51f
commit
27be7caa6d
@ -38,7 +38,7 @@ void CemiServer::clientAddress(uint16_t value)
|
||||
void CemiServer::dataConfirmationToTunnel(CemiFrame& frame)
|
||||
{
|
||||
MessageCode backupMsgCode = frame.messageCode();
|
||||
|
||||
|
||||
frame.messageCode(L_data_con);
|
||||
|
||||
print("L_data_con: src: ");
|
||||
@ -84,16 +84,6 @@ void CemiServer::dataIndicationToTunnel(CemiFrame& frame)
|
||||
_usbTunnelInterface.sendCemiFrame(tmpFrame);
|
||||
}
|
||||
|
||||
/*
|
||||
void CemiServer::localManagmentRequestFromTunnel(CemiFrame& frame)
|
||||
{
|
||||
// called from KNXNET/IP for Management Services
|
||||
|
||||
// Send response to IP data link layer
|
||||
_dataLinkLayer->localManagmentResponseToTunnel();
|
||||
}
|
||||
*/
|
||||
|
||||
void CemiServer::frameReceived(CemiFrame& frame)
|
||||
{
|
||||
switch(frame.messageCode())
|
||||
|
Loading…
Reference in New Issue
Block a user