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

Check whether the key data is valid

Returns:

  • true if data is valid, false otherwise

Arguments

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