FLImaging 6.6.27.1
SCoAPOption 구조체 참조

CoAP 옵션 구조체 더 자세히 ...

#include <DeviceProtocolDataUnitCoAP.h>

Public 속성

uint16_t u16OptionDelta
 Option delta
uint16_t u16OptionNumber
 Option number
uint16_t u16OptionValueLength
 Option value length
int32_t i32TotalLength
 Total length of the option
uint8_t * pU8OptionPointer
 Pointer to the option's data
uint8_t * pU8OptionValuePointer
 Pointer to the option's value

상세한 설명

CoAP 옵션 구조체

CoAP 옵션의 델타, 번호, 값 길이 및 데이터에 대한 포인터를 포함합니다.