대시보드
저장소
파일스토어
액티비티
검색
로그인
SDC
/
A5_QD_CF_REVIEW
SDC C-Project CF Review 프로그램
요약
reflog
커밋
트리
문서
포크
비교
blame
|
히스토리
|
raw
프로그램 시작시 백업 기능 삭제(네트워크 딜레이로 인한 프로그램 지연)
LYW
2021-10-25
c08fcb0ca69c8893d64504e082608ad8fb82eb40
[SDC/A5_QD_CF_REVIEW.git]
/
External_Library
/
include
/
MVXLC
/
nic.h
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _NIC_H_
#define _NIC_H_
namespace mvsol
{
namespace nic
{
BOOL GetIp(CStringArray& strIpArray);
}
} // namespace mvsol
#endif // _NIC_H_