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

Function ElectronicKeyFormat4New

source/src/cip/cipelectronickey.c:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38const size_t kElectronicKeyFormat4Size = sizeof(ElectronicKeyFormat4);
39
40ElectronicKeyFormat4 *ElectronicKeyFormat4New() {
41 return (ElectronicKeyFormat4 *)calloc( 1, sizeof(ElectronicKeyFormat4) );
42}
43
44void ElectronicKeyFormat4Delete(ElectronicKeyFormat4 **electronic_key) {
45 free(*electronic_key);

Callers 3

ParseConnectionPathFunction · 0.85
TESTFunction · 0.85
setupFunction · 0.85

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.68
setupFunction · 0.68