Function bossSendProperty

Source
pub unsafe extern "C" fn bossSendProperty(
    PropertyID: u16_,
    buf: *const c_void,
    size: u32_,
) -> Result
Expand description

Send a property.

ยงArguments

  • PropertyID - PropertyID
  • buf - Input buffer data.
  • size - Buffer size.