Files
MuditaOS/module-cellular/Modem/TS0710/TS0710_SERVNEG.cpp
Radoslaw Wicik a8573a404c Apply new style
2020-03-17 10:03:16 +01:00

39 lines
706 B
C++

/**
* Project Untitled
*/
#include "TS0710_SERVNEG.h"
/**
* TS0710_SERVNEG implementation
*/
/**
* @param DLC
* @param Service_parameters
*/
void TS0710_SERVNEG::request(DLCI_t DLC, ServiceParameters_t Service_parameters)
{}
/**
* @param DLC
* @param Service_parameters
*/
void TS0710_SERVNEG::indication(DLCI_t DLC, ServiceParameters_t Service_parameters)
{}
/**
* @param DLC
* @param Service_parameters
* @param accept
*/
void TS0710_SERVNEG::response(DLCI_t DLC, ServiceParameters_t Service_parameters, bool accept)
{}
/**
* @param DLC
* @param Service_parameters
* @param accept
*/
void TS0710_SERVNEG::confirm(DLCI_t DLC, ServiceParameters_t Service_parameters, bool accept)
{}