KNX IoT
KNX IoT Point API stack implementation
oc_group_object_notification_t Struct Reference

Group Object Notification (s-mode messages) Can be used for receiving messages or sending messages. More...

#include <oc_knx.h>

Data Fields

uint32_t ga
 group address More...
 
uint32_t sia
 (source id) sender individual address More...
 
oc_string_t st
 Service type code (write=w, read=r, response=rp) More...
 
oc_string_t value
 generic value received. More...
 

Detailed Description

Group Object Notification (s-mode messages) Can be used for receiving messages or sending messages.

generic structures:

{ 5: { 6: "st value" , 7: "ga value", 1: "value" } }
{ 4: "sia", 5: { 6: "st", 7: "ga", 1: "value" } }

Key translation

Json Key Integer Value type
value 1 object
sia 4 uint32_t
s 5 object
st 6 string
ga 7 uint32_t

Definition at line 89 of file oc_knx.h.

Field Documentation

◆ ga

uint32_t ga

group address

Definition at line 94 of file oc_knx.h.

◆ sia

uint32_t sia

(source id) sender individual address

Definition at line 92 of file oc_knx.h.

◆ st

oc_string_t st

Service type code (write=w, read=r, response=rp)

Definition at line 93 of file oc_knx.h.

◆ value

oc_string_t value

generic value received.

Definition at line 91 of file oc_knx.h.


The documentation for this struct was generated from the following file: