[r484]: / trunk / mqttsparkplugb / mqttsparkplugb / SparkplugB / Enums / PayloadDecodeStates / svnobj  Maximize  Restore  History

Download this file

28 lines (27 with data), 2.5 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{attribute 'qualified_only'}
{attribute 'strict'}
{attribute 'to_string'}
{attribute 'hide'}
TYPE PayloadDecodeStates :
(
	idle := 0,
	payload_getmember := 1,
	payload_gettimestamp :=2,
	payload_getmetric := 3,
	payload_getseq := 4,
	payload_getUuid := 5,
	payload_getBody := 6,
	object_getlength := 10,
	object_getmember := 11,
	object_getname := 12,
	object_gettimestamp := 13,
	object_gettype := 14,
	object_getint_value := 15,
	object_getlong_value := 16,
	object_getfloat_value := 17,
	object_getdouble_value := 18,
	object_getboolean_value := 19,
	object_getstring_value := 20,
    object_getis_null := 21
) DINT;
END_TYPE(