다음을 통해 공유


Networking_SntpServerConfig_Init 함수

헤더: #include <applibs/networking.h>

기본 SNTP 서버 구성을 사용하여 Networking_SntpServerConfig 구조체를 초기화합니다.

void Networking_SntpServerConfig_Init(Networking_SntpServerConfig *sntpServerConfig);

매개 변수

  • sntpServerConfig 기본 SNTP 서버 구성을 수신하는 Networking_SntpServerConfig 구조체에 대한 포인터입니다.

발언

Networking_SntpServerConfig 구조체가 더 이상 필요하지 않은 경우 리소스 누수가 발생하지 않도록 구조체에서 Networking_SntpServerConfig_Destroy 함수를 호출해야 합니다.

개념 및 샘플