Eric Jung / GMMP_mbed_Ethernet_Reinit

Dependents:   ThingPlug_Ethernet_Example

Fork of GMMP_mbed by Eric Jung

Embed: (wiki syntax)

« Back to documentation index

stDeviceRegistrationReqHdr Struct Reference

stDeviceRegistrationReqHdr Struct Reference

GMMP TCP Packet 구조 중 Request 수행 시 Message Header와 Message Body 영역 OMP에서 Device Registration 메시지를 OMP에 전송한다. More...

#include <Struct_Reg_Device.h>

Data Fields

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

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

U8 usGWID [LEN_GW_ID]
 M2M GW ID.
U8 usManufactureID [LEN_MANUFACTURE_ID]
 M2M GW의 Manufacture ID 이다.

Detailed Description

GMMP TCP Packet 구조 중 Request 수행 시 Message Header와 Message Body 영역 OMP에서 Device Registration 메시지를 OMP에 전송한다.

Definition at line 19 of file Struct_Reg_Device.h.


Field Documentation

서비스 영역별 구분 코드

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


Definition at line 35 of file Struct_Reg_Device.h.

M2M GW ID.

Definition at line 36 of file Struct_Reg_Device.h.

M2M GW의 Manufacture ID 이다.


  • AlphaNumeric : 문자,숫자 조합, 특수문자제외, SPACE 허용 안하며 빈자리는 0x00(NULL)로 채운다. Ex) 공장 제조 Serial No. : “AVB12132SET23DT”, “SKTSerial“

Definition at line 37 of file Struct_Reg_Device.h.