MCPcopy Create free account
hub / github.com/EIPStackGroup/OpENer / ConnectionObjectDeepCopy

Function ConnectionObjectDeepCopy

source/src/cip/cipconnectionobject.c:784–789  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

782}
783
784void ConnectionObjectDeepCopy(
785 CipConnectionObject *RESTRICT destination,
786 const CipConnectionObject *RESTRICT const source
787 ) {
788 memcpy( destination, source, sizeof(CipConnectionObject) );
789}
790
791void ConnectionObjectResetSequenceCounts(
792 CipConnectionObject *const connection_object) {

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected