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

Function ElectronicKeyFormat4Delete

source/src/cip/cipelectronickey.c:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void ElectronicKeyFormat4Delete(ElectronicKeyFormat4 **electronic_key) {
45 free(*electronic_key);
46 *electronic_key = NULL;
47}
48
49void ElectronicKeyFormat4SetVendorId(ElectronicKeyFormat4 *const electronic_key,
50 const CipUint vendor_id) {

Callers 4

ParseConnectionPathFunction · 0.85
TESTFunction · 0.85
teardownFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.68
teardownFunction · 0.68
TESTFunction · 0.68