Added a new function to select a device by it's secondary address

This commit is contained in:
Stefan Wahren 2012-05-20 03:58:16 +02:00
parent 69bc06eeb1
commit 56bbccc0c1

View File

@ -242,6 +242,16 @@ int mbus_sendrecv_request(mbus_handle *handle, int address, mbus_frame *reply, i
*/
int mbus_send_ping_frame(mbus_handle *handle, int address);
/**
* Select slave by secondary address using "unified" handle
*
* @param handle Initialized handle
* @param mask Address/mask to select
*
* @return See MBUS_PROBE_* constants
*/
int mbus_select_secondary_address(mbus_handle * handle, const char *mask);
/**
* Probe/address slave by secondary address using "unified" handle
*