Eric Jung / GMMP_mbed_Ethernet_Reinit

Dependents:   ThingPlug_Ethernet_Example

Fork of GMMP_mbed by Eric Jung

Embed: (wiki syntax)

« Back to documentation index

stNotificationReqHdr Struct Reference

stNotificationReqHdr Struct Reference

GMMP TCP Packet 구조 중 Request 수행 시 Message Header와 Message Body 영역 OMP에서 제어 메시지를 수행 후 제어 메시지 결과를 OMP에 보고한다. More...

#include <Struct_Notification.h>

Data Fields

U8 usDomainCode [LEN_DOMAIN_CODE]
 서비스 영역별 구분 코드

  • AlphaNumeric : 문자,숫자 조합, 특수문자제외, SPACE 허용 안하며 빈자리는 0x00(NULL)로 채운다.

U8 usGWID [LEN_GW_ID]
 M2M GW ID.
U8 usDeviceID [LEN_DEVICE_ID]
 M2M Device ID, 값이 0x0이면 GW 명령이다.
U8 ucControlType
 제어 명령 수신 메시지에 수신한 값과 동일한 값을 사용한다.
U8 ucResultCode
 Result Code (0x00 : Success, other : Fail Reason) OMPErrorCode.h 참조
U8 usMessageBody [MAX_MSG_BODY]
 Data [2048byte] ucControlType 정의에 의해 세부 내용이 변경 된다.

Detailed Description

GMMP TCP Packet 구조 중 Request 수행 시 Message Header와 Message Body 영역 OMP에서 제어 메시지를 수행 후 제어 메시지 결과를 OMP에 보고한다.

Definition at line 21 of file Struct_Notification.h.


Field Documentation

제어 명령 수신 메시지에 수신한 값과 동일한 값을 사용한다.

Define_Control.h 참조

Definition at line 52 of file Struct_Notification.h.

Result Code (0x00 : Success, other : Fail Reason) OMPErrorCode.h 참조

Definition at line 53 of file Struct_Notification.h.

M2M Device ID, 값이 0x0이면 GW 명령이다.

Definition at line 51 of file Struct_Notification.h.

서비스 영역별 구분 코드

  • AlphaNumeric : 문자,숫자 조합, 특수문자제외, SPACE 허용 안하며 빈자리는 0x00(NULL)로 채운다.


Definition at line 49 of file Struct_Notification.h.

M2M GW ID.

Definition at line 50 of file Struct_Notification.h.

Data [2048byte] ucControlType 정의에 의해 세부 내용이 변경 된다.

Struct_Control_Opt.h 참조

Warning:
옵션으로 사용하지 않을 수 있다.

Definition at line 54 of file Struct_Notification.h.