Eric Jung / GMMP_mbed_Ethernet_Reinit

Dependents:   ThingPlug_Ethernet_Example

Fork of GMMP_mbed by Eric Jung

Embed: (wiki syntax)

« Back to documentation index

Define.h File Reference

Define.h File Reference

GMMP 공통 정의 More...

Go to the source code of this file.

Variables

byte g_serverIp [LEN_IP]
 서버 IP 정보를 저장한다.
int g_nServerPort
 서버 Port 정보를 저장한다.
char g_szAuthID [LEN_AUTH_ID]
 OMP Portal을 통해 사전에 등록된 M2M GW 의 Serial Number 저장 변수, 자동화를 위해 사용된다.
char g_szAuthKey [LEN_AUTH_KEY]
 등록 절차 시 OMP에서 할당 받은 AuthKey 저장 변수, 자동화를 위해 사용된다.
char g_szDomainCode [LEN_DOMAIN_CODE]
 OMP Portal을 통해 사전에 등록된 서비스 영역별 구분 코드 저장 변수, 자동화를 위해 사용된다.
char g_szGWID [LEN_GW_ID]
 OMP에서 할당 받은 Gateway의 ID 문자열 저장 변수, 자동화를 위해 사용된다.

Detailed Description

GMMP 공통 정의

Date:
2015/07/20
Version:
0.0.1.0

Definition in file Define.h.


Variable Documentation

서버 Port 정보를 저장한다.

Definition at line 79 of file GMMP.cpp.

byte g_serverIp[LEN_IP]

서버 IP 정보를 저장한다.

Definition at line 78 of file GMMP.cpp.

char g_szAuthID[LEN_AUTH_ID]

OMP Portal을 통해 사전에 등록된 M2M GW 의 Serial Number 저장 변수, 자동화를 위해 사용된다.

Definition at line 81 of file GMMP.cpp.

char g_szAuthKey[LEN_AUTH_KEY]

등록 절차 시 OMP에서 할당 받은 AuthKey 저장 변수, 자동화를 위해 사용된다.

Definition at line 83 of file GMMP.cpp.

char g_szDomainCode[LEN_DOMAIN_CODE]

OMP Portal을 통해 사전에 등록된 서비스 영역별 구분 코드 저장 변수, 자동화를 위해 사용된다.

Definition at line 85 of file GMMP.cpp.

char g_szGWID[LEN_GW_ID]

OMP에서 할당 받은 Gateway의 ID 문자열 저장 변수, 자동화를 위해 사용된다.

Definition at line 87 of file GMMP.cpp.