IntegratedTotalsWithCP24Time2a_create

Function IntegratedTotalsWithCP24Time2a_create 

Source
pub unsafe extern "C" fn IntegratedTotalsWithCP24Time2a_create(
    self_: IntegratedTotalsWithCP24Time2a,
    ioa: c_int,
    value: BinaryCounterReading,
    timestamp: CP24Time2a,
) -> IntegratedTotalsWithCP24Time2a
Expand description

Create a new instance of IntegratedTotalsWithCP24Time2a information object

For message type: M_IT_TA_1 (16)

§Arguments

  • self - Reference to an existing instance to reuse, if NULL a new instance will we dynamically allocated
  • ioa - Information object address
  • value - binary counter reading value and state
  • timestamp - timestamp of the reading

§Returns

Reference to the new instance