Function ctru_sys::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.