Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: ThingPlug_Ethernet_Example
Fork of GMMP_mbed by
stPacketDeliveryRspHdr Struct Reference
GMMP TCP Packet 구조 중 Response 수행 시 Message Header와 Message Body 영역 OMP에서 주기 보고 명령 응답 완료 수신 시 사용된다. More...
#include <Struct_Delivery.h>
Data Fields | |
U8 | usDomainCode [LEN_DOMAIN_CODE] |
서비스 영역별 구분 코드
| |
U8 | usGWID [LEN_GW_ID] |
M2M GW ID. | |
U8 | usDeviceID [LEN_DEVICE_ID] |
M2M Device ID, 값이 0x0이면 GW 명령이다. | |
U8 | ucResultCode |
Result Code (0x00 : Success, other : Fail Reason) OMPErrorCode.h 참조 | |
U8 | unBackOffTime [4] |
Result Code가 STATUS_NOT_ACCEPTABLE(OMP 과부하) 인 경우 해당 시간 값 만큼 이후 시간에 주기보고를 재시도 해야 한다. |
Detailed Description
GMMP TCP Packet 구조 중 Response 수행 시 Message Header와 Message Body 영역 OMP에서 주기 보고 명령 응답 완료 수신 시 사용된다.
Definition at line 64 of file Struct_Delivery.h.
Field Documentation
Result Code (0x00 : Success, other : Fail Reason) OMPErrorCode.h 참조
Definition at line 90 of file Struct_Delivery.h.
Result Code가 STATUS_NOT_ACCEPTABLE(OMP 과부하) 인 경우 해당 시간 값 만큼 이후 시간에 주기보고를 재시도 해야 한다.
Optional (선택적인 필드임을 의미한다)
Definition at line 91 of file Struct_Delivery.h.
M2M Device ID, 값이 0x0이면 GW 명령이다.
Definition at line 89 of file Struct_Delivery.h.
서비스 영역별 구분 코드
- AlphaNumeric : 문자,숫자 조합, 특수문자제외, SPACE 허용 안하며 빈자리는 0x00(NULL)로 채운다.
Definition at line 87 of file Struct_Delivery.h.
M2M GW ID.
Definition at line 88 of file Struct_Delivery.h.
Generated on Tue Jul 12 2022 21:35:53 by
