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

Function ElectronicKeyFormat4SetDeviceType

source/src/cip/cipelectronickey.c:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void ElectronicKeyFormat4SetDeviceType(
60 ElectronicKeyFormat4 *const electronic_key,
61 const CipUint device_type) {
62 electronic_key->device_type = device_type;
63}
64
65CipUint ElectronicKeyFormat4GetDeviceType(
66 const ElectronicKeyFormat4 *const electronic_key) {

Callers 2

TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68