pub async fn set_smartshift_on(
shared: &SharedChannel,
status: SmartShiftStatus,
) -> Result<(), WriteError>Expand description
Write a full SmartShift configuration on an already-open SharedChannel
— the fast path that skips enumeration and channel setup.