Function send_sms
pub unsafe extern "C" fn send_sms(
handle: Handle,
sms_info: *mut Sms,
) -> c_intAvailable on non-
ag35 only.Expand description
Send sms, you just need to fill format/src_addr/sms_data_len/sms_data, if format is UCS2, the data should be Unicode-BE format.