IntegratedTotals_create

Function IntegratedTotals_create 

Source
pub unsafe extern "C" fn IntegratedTotals_create(
    self_: IntegratedTotals,
    ioa: c_int,
    value: BinaryCounterReading,
) -> IntegratedTotals
Expand description

Create a new instance of IntegratedTotals information object

For message type: M_IT_NA_1 (15)

§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

§Returns

Reference to the new instance