mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-06-28 10:17:24 -04:00
37 lines
646 B
C++
37 lines
646 B
C++
/**
|
|
* Project Untitled
|
|
*/
|
|
|
|
#include "TS0710_CONTROL.h"
|
|
|
|
/**
|
|
* TS0710_CONTROL implementation
|
|
*/
|
|
|
|
/**
|
|
* @param DLC
|
|
* @param Control_parameters
|
|
*/
|
|
void TS0710_CONTROL::request(DLCI_t DLC, ControlParameters_t Control_parameters)
|
|
{}
|
|
|
|
/**
|
|
* @param DLC
|
|
* @param Control_parameters
|
|
*/
|
|
void TS0710_CONTROL::indication(DLCI_t DLC, ControlParameters_t Control_parameters)
|
|
{}
|
|
|
|
/**
|
|
* @param DLC
|
|
* @param Control_parameters
|
|
*/
|
|
void TS0710_CONTROL::response(DLCI_t DLC, ControlParameters_t Control_parameters)
|
|
{}
|
|
|
|
/**
|
|
* @param DLC
|
|
* @param Control_parameters
|
|
*/
|
|
void TS0710_CONTROL::confirm(DLCI_t DLC, ControlParameters_t Control_parameters)
|
|
{} |