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

Function SetDeviceSerialNumber

source/src/cip/cipidentity.c:54–56  ·  view source on GitHub ↗

Private functions, sets the devices serial number * @param serial_number The serial number of the device */

Source from the content-addressed store, hash-verified

52 * @param serial_number The serial number of the device
53 */
54void SetDeviceSerialNumber(const EipUint32 serial_number) {
55 serial_number_ = serial_number;
56}
57
58/** @brief Private function, sets the devices status
59 * @param status The serial number of the device

Callers 3

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected