| Return Type | Function name | Arguments |
|---|---|---|
| hzEcode | hzCron::SetEraTime | (uint32_t,uint32_t,uint32_t,) |
Declared and defined in file: hzCron.h
Function Logic:
Function body:
hzEcode hzCron::SetEraTime (uint32_t h)uint32_t m, uint32_t s,
{ m_bActive = false ; return m_Wake.SetTime(h, m, s) ; }