lib60870 icon indicating copy to clipboard operation
lib60870 copied to clipboard

Update user_guide.adoc

Open max190113 opened this issue 3 years ago • 0 comments

In the current implementation, the first arg of CS101_ASDU_initializeStatic, must be CS101_StaticASDU ,which is sCS101_StaticASDU*

typedef sCS101_StaticASDU* CS101_StaticASDU;

or use CS101_ASDU_create to create ASDU

max190113 avatar Aug 16 '22 03:08 max190113