ibutton_protocols_write_id

Function ibutton_protocols_write_id 

Source
pub unsafe extern "C" fn ibutton_protocols_write_id(
    protocols: *mut iButtonProtocols,
    key: *mut iButtonKey,
) -> bool
Expand description

Write the key to a blank

§Arguments

  • [in] - protocols pointer to an iButtonProtocols object
  • [in] - key pointer to the key to be written

§Returns

true on success, false on failure