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

Function CipIdentitySetExtendedDeviceStatus

source/src/cip/cipidentity.c:185–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185void CipIdentitySetExtendedDeviceStatus(CipIdentityExtendedStatus extended_status) {
186 OPENER_TRACE_INFO("Setting extended status: %x", extended_status);
187 status_ &= ~(0x70);
188 status_ |= extended_status;
189}

Callers 2

RunIdleChangedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected