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

Write the key to another one of the same type

Returns:

  • true on success, false on failure

Arguments

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