CS101_ASDU_getElement

Function CS101_ASDU_getElement 

Source
pub unsafe extern "C" fn CS101_ASDU_getElement(
    self_: CS101_ASDU,
    index: c_int,
) -> InformationObject
Expand description

Get the information object with the given index

§Arguments

  • index - the index of the information object (starting with 0)

§Returns

the information object, or NULL if there is no information object with the given index