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